Answer Posted / nashiinformaticssolutions
Objects that inherit the "Observable class" take care of a list of "observers."
When an Observable object gets upgraded, it calls the update() method of each of its observers.
After that, it notifies all the observers that there is a change of state.
The Observer interface gets implemented by objects that observe Observable objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is re-factoring in software?
What is a boolean structure?
Can set contain duplicates?
What is javac used for?
Define linked list and its features with signature?
What is an empty list in java?
Can we have multiple classes in a single file?
Why scanner is used in java?
What is the purpose of the runtime class in java programming?
What is the do while loop syntax?
Is the milky way in a void?
What is jvm? How its run?
How does list work in java?
How do you reverse sort a list in java?
What is meant by null and void?