Home » JAVA Programming » Multithreading » Question
  1. Which of these method wakes up the first thread that called wait()?
    1. notifyAll()
    2. start()
    3. wake()
    4. notify()
    5. NA
Correct Option: D

notify()



Your comments will be displayed only after manual approval.