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
Can a final variable be initialized in constructor?
Describe the process as to how substring() methodology mechanisms in java.
Can we extend singleton class?
What is isa relationship?
What about main thread in java?
Write a java program to generate fibonacci series ?
What if constructor is protected in java?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is difference between string and stringbuffer?
How large is a boolean?
Why stringbuffer is faster than string?
Can we override protected method in java?
What are the features of junit?
What do you understand by private, protected and public?
Is integer passed by reference in java?