Delete comment from: Javarevisited
One more reason why wait notify notifyall in Object class because the Thread class extends Object class and Thread need lock and the locks defined in Object class.
Mar 2, 2013, 5:38:34 AM
Posted to Why wait, notify and notifyAll is defined in Object Class and not on Thread class in Java?