

MCQOPTIONS
Saved Bookmarks
1. |
Which of these method wakes up the first thread that called wait()? |
A. | wake() |
B. | notify() |
C. | start() |
D. | notifyAll() |
Answer» C. start() | |