| Author |
Thread.sleep()
|
Mohit Agarwal
Ranch Hand
Joined: Mar 30, 2004
Posts: 88
|
|
on page 510 k&B, It says that you can't be certain that how long a thread will actually run before it gets put to sleep. I want to know whether the thread will sleep with each iteration or can it skip the sleep method and will sleep arbitrarily. Pls. let me know. Mohit Agarwal Would Be SCJP. ([C0DE][/C0DE] tags added) "The will to win is worthless if you do not have the will to prepare" [ September 30, 2004: Message edited by: Barry Gaunt ]
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
It will sleep for at least 5 seconds during each of three iterations. Provided another thread does not interrupt the thread when its sleeping. [ September 30, 2004: Message edited by: Barry Gaunt ]
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: Thread.sleep()
|
|
|