InterviewSolution
Saved Bookmarks
| 1. |
Which of these method wakes up the first thread that called wait()?(a) wake()(b) notify()(c) start()(d) notifyAll() |
|
Answer» Correct option is (b) notify() The best explanation: None. |
|