What notifyAll() method do?

What notifyAll() method do? 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?