Home » JAVA Programming » Object & Classes » Question
  1. Which of these methods is called when observed object has changed?
    1. notifyObserver()
    2. update()
    3. setChanged()
    4. All of above
    5. None of these
Correct Option: D

notifyObserver(), update(), setChanged().



Your comments will be displayed only after manual approval.