InterviewSolution
Saved Bookmarks
| 1. |
What Does Notifyall() Method Do? |
|
Answer» notifyAll() METHOD MOVES all waiting threads from the waiting pool to ready STATE. notifyAll() method moves all waiting threads from the waiting pool to ready state. |
|