Why are the wait() and notify() methods declared in the Object class, rather than the Thread class?
wait()
notify()
Object
Thread