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 the difference between scrollbar and scrollpane?
List some features of the abstract class.
Can we restart a thread already started in java?
What is the differences between heap and stack memory in java? Explain
Differece between class and generic class?
what is difference betweem home interface and remote interface?
Explain try and catch keywords in java?
What is bubble sort in java?
State the difference between creating string as new () and literal.
How to overcome the exception object reference not set to an instance of object?
How do you override a variable in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
How do you convert boolean to boolean?
What is serialversionuid?
What is the difference between an interface and an abstract class?