How can the wait() and notify() methods be called on Objects that are not Threads? That doesn\'t really make sense, does it?
wait()
notify()
Surely, it mus
In Java all Object implements these two methods, obviously if there are not a monitor those two methods are useless.