Question: How does the wait-notify mechanism work in Java?Answer: wait() and notify() are methods used for inter-thread communication. wait() makes a thread wait until another thread invokes notify() or notifyAll(). |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful? Yes No
Most helpful rated by users: