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 preflight request?
What are constants?
what are the states associated in the thread? : Java thread
What is io stream in java?
How can a gui component handle its own events in java programming?
What is null mean in java?
Can we catch more than one exception in single catch block?
What does g mean in regex?
What is bool mean?
What are different types of multitasking?
What is computer compiler?
How to convert string to char and vice versa?
Define how destructors are defined in java?
What is callable java?
Is void a type?