What notifyAll() method do?

A Wakes up one threads that are waiting on this object's monitor
B Wakes up all threads that are not waiting on this object's monitor
C Wakes up all threads that are waiting on this object's monitor
D None of the above

Correct Answer: Wakes up all threads that are waiting on this object's monitor

notifyAll() : Wakes up all threads that are waiting on this object's monitor.A thread waits on an object's monitor by calling one of the wait methods.

Related Questions

Graphical method, simplex method, and transportation method are concerned with
Ponchon Savarit method is based on the use of enthalpy concentration diagram, which contains the bubble point curve (saturated liquid curve), dew point curve (saturated vapour curve) and equilibrium tie lines. As compared to McCabe-Thiele's method, this method
Why is the replace() method better than the assign() method?
What is the method used to stop an execution of a method?

Next steps