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 a newline character in java?
What is runtime polymorphism or dynamic method dispatch?
What is an immutable class? How to create an immutable class?
What is not object oriented programming?
What is variable explain?
Explain 5 io best practices?
What is the use of flag?
Can an interface have a class?
Can a final variable be null?
Should a main method be compulsorily declared in all java classes?
What are inbuilt functions in java?
What does it mean that strings are immutable?
Why is core java important?
How to sort double array in java?
What are the disadvantages of object oriented programming?