Answers

Question and Answer:

  Home  Java Threads

⟩ 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 thread inter-communication.

 169 views

More Questions for you: