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
Why are generics used?
What is the constructor?
Why java is made?
What is the difference between Array and Hash Table?
What is the use of java?
What is the exception hierarchy in java?
What is basic syntax?
What will happen to the exception object after exception handling?
What are different type of exceptions in java?
Explain when noclassdeffounderror will be raised ?
Explain the significance of class loaders in bootstrap?
What are the data types supported by java?
Is string an object?
Compare overloading and overriding?
What is t in generics in java?