wait(), notify() and notifyAll() Methods

Q

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

✍: FYIcenter

A

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

2007-03-03, 6504👍, 0💬