Saturday, January 27, 2007

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

The wait(),notify(), and notifyAll() methods are used to provide an efficient way for threads to communicate each other.

SOURCE : www.referjava.com

No comments: