InterviewSolution
Saved Bookmarks
| 1. |
How Threads Communicate Between Each Other? |
|
Answer» THREADS can COMMUNICATE with each other by using wait(), notify() and NOTIFYALL() methods. Threads can communicate with each other by using wait(), notify() and notifyAll() methods. |
|