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
What is derived datatype?
How to declare objects of a class ?
What does void * mean?
What is anagram of a string?
What are voids?
What happens when I use / and % with a negative numerator?
What is serialversionuid?
What is annotation in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
If we don’t want some of the fields not to serialize how to do that?
Can two objects have same hashcode?
What is the use of parseint in java?
what is session in java?
Write a program to search a number in the given list of numbers.
What are the advantages of user defined functions?