InterviewSolution
Saved Bookmarks
| 1. |
Which of this method is used to avoid polling in Java?(a) wait()(b) notify()(c) notifyAll()(d) all of the mentionedI got this question in my homework.The query is from Creating Threads in portion Multithreading of Java |
|
Answer» Correct choice is (d) all of the mentioned |
|