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
What is an off by one error in java?
Can we convert stringbuffer to string?
Is hashmap thread safe?
What is null statement?
What technique is carried out to find out if a particular string is empty?
What is the base class of all classes?
Difference between predicate, supplier and consumer ?
What are different data structures in java?
What is the final variable?
what is anonymous class in java?
Why charat is used in java?
What is 16 bits called?
What is difference between module and function?
What data type is true or false?
Can main() method in java can return any data?