Answer Posted / nimisha
Objects that subclass the Observable class maintain a list
of observers. When an Observable object is updated it
invokes the update() method of each of its observers to
notify the observers that it has changed state. The
Observer interface is implemented by objects that observe
Observable objects.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is java se open source?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is singleton class in java and how can we make a class singleton?
Explain oops concepts in detail?
What is lazy initialization in java?
What is difference between static and final?
Can we make a constructor final?
What is the purpose of the strictfp keyword?
What is a flag and how does it work?
What is lambda programming?
How do I find and replace in word?
How do you replace all in word?
Can a class have multiple subclasses?
What is binary tree in java?
What are desktop procedures?