user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 147. What Is Thread.sleep()?

user image

Abhishek Mishra

2 years ago

Thread's execution can be paused by calling the thread.sleep method. This method takes an integer value that determines how long the thread should sleep. Eg: Thread.CurrentThread.Sleep(2000)

Recent Doubts

Close [x]