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 meant by oops concept in java?
What is the collections api?
what are different ways in which a thread can enter the waiting state? : Java thread
I don’t want my class to be inherited by any other class. What should I do?
What is the loop in java?
What is a java list?
how to create constants in java?
whatis Home interface and Remoteinterface? with example?
What is java dot?
What are the features of java?
What are parsers? Dom vs sax parser.
Can inner class have constructor?
What's the difference between comparison done by equals method and == operator?
Explain the difference between extends thread vs implements runnable in java?
Is java an ide?