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

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

Read Online Java Threads Job Interview Questions And Answers