Tuesday, 14 February 2012

What is the purpose of the wait(), notify(), and notifyAll() methods? | Java Threads


The wait(), notify() and notifyAll() methods are used to provide an efficient way for thread inter-communication.

No comments: