InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods is called when observed object has changed?(a) setChanged()(b) update()(c) notifyObserver()(d) all of the mentionedThis question was addressed to me by my school principal while I was bunking the class.I'd like to ask this question from Observable & Timer Class in chapter java.util – More Utility Classes of Java |
|
Answer» RIGHT OPTION is (d) all of the mentioned Easy EXPLANATION: NONE. |
|