Sail E0 Webinar
Question

Which of these method wakes up all the threads?


Options:
A .  wakeAll()
B .  notify()
C .  start()
D .  notifyAll()
Answer: Option D

notifyAll() wakes up all the threads that called wait() on the same object. The highest 


Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers