🎴 Flashcard Mode

Advanced Java

Card1 / 25
Mastered0
Review0
QuestionClick to flip

Which of the following methods of Observable class returns the true value if the invoking object is modified and false if it is not?

AnswerClick to flip back
A
hasChanged()
💡 Explanation:

This method of Observable class returns true value if the invoking object has been modified and false if it has not.

Change Mode