InterviewSolution
Saved Bookmarks
| 1. |
Described The Purpose Of The Wait(), Notify(), And Notifyall() Methods In Java Programming? |
|
Answer» The WAIT(),notify(), and NOTIFYALL() methods are used to provide an efficient way for THREADS to COMMUNICATE each other in Java Programming. The wait(),notify(), and notifyAll() methods are used to provide an efficient way for threads to communicate each other in Java Programming. |
|