1.

What Is Thread.sleep()?

Answer»

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)

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)



Discussion

No Comment Found