adspace
What are the different ways in which a thread can enter into waiting state?
Answer Posted / Kuldeep Singh
A thread enters the waiting state when one of its locks is held, but none of the conditions it depends on are met. This can happen due to several reasons such as await(), join(), sleep() or when an I/O operation blocks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers