InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods calls update() method?(a) notify()(b) observeObject()(c) updateObserver()(d) notifyObserver()This question was addressed to me in an interview.I need to ask this question from Observable & Timer Class in portion java.util – More Utility Classes of Java |
|
Answer» The correct answer is (d) notifyObserver() |
|