Answer Posted / supriya
Subclass of Observable class maintain a list of observers.
Whenever an Observable object is updated, it invokes the
update() method of each of its observers to notify the
observers that it has a changed state.
An observer is any object that implements the interface
Observer.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the range of a character variable?
What are pass by reference and pass by value?
Can singleton class be inherited in java?
Explain about fail fast iterators in java?
What is the use of pattern in java?
How many boolean functions are there?
What does it mean that a method or field is “static”?
How do you use equal in java?
What is the purpose of a default constructor?
How to make a class or a bean serializable?
What is the intersection and union methods?
What is backdrop?
What is toarray method in java?
What is Major and importance difference between for and foreach loop ?
What is the difference between Error, defect,fault, failure and mistake?