Possible Duplicate:
Why are wait() and notify() declared in Java's Object class?
I was wondering why notify(), notifyAll() and wait() methods are present in Object class, whereas other thread related methods are present in Thread class in Java ?
[from http://www.coderanch.com/how-to/java/WaitAndNotifyInObjectClass%5D