Re: Thread related issues
Posted By:
Srikanth_Basavaraju
Posted On:
Sunday, April 11, 2004 02:46 AM
notifyAll() wakes up all the threads that are in waiting state on the current object's monitor.
where as notify() wakes up a single thread that is blocked on the current object's monitor.