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
Why are there no global variables in java?
What is mean by exception?
What is the purpose of the main method?
What are the benefits of immutable objects?
How do you declare an empty string?
How do you add an element to a set in java?
Why is singleton instance static?
Is sizeof a keyword in java programming?
Write a program to find the whether a number is an Armstrong number or not?
What are the four integer types supported by java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What does \ mean in regex?
What is the use of callablestatement?
Is set ordered?
What state does a thread enter when it terminates its processing in java programming?