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
Difference between final and effectively final ?
What is default size of arraylist in java?
What are the 4 versions of java?
How do you define a parameter?
Can we create more than one object singleton class?
What are streams in java 8?
Tell me how many ways are there to initialise an integer with a constant.
What is an interface in java?
Explain the use of sublass in a java program?
Is object a data type in java?
Can we use catch statement for checked exceptions?
Explain about anonymous inner classes in java?
How to instantiate member inner class?
What does pointer mean?
When do we use synchronized methods in java?