Answer Posted / guest
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
Similarity and difference between static block and static method ?
What is busy spin, and why should you use it?
Does every java program need a main?
What is parse method?
What is time complexity algorithm?
What is a values collection view ?
What is the difference between int and integer in java?
define the terminology association.
Explain heap sort?
Does java return by reference?
Why does my function print none?
What is concurrent hashmap and its features?
What are the five major types of reference sources?
Explain about abstract classes in java?
What is a pointer and does java support pointers?