InterviewSolution
Saved Bookmarks
| 1. |
How do threads communicate with each other? |
|
Answer» Threads can COMMUNICATE USING three METHODS i.e., wait(), notify(), and NOTIFYALL(). |
|