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
How many types of parsers are there?
Why string is immutable or final in java
What is a java string?
State the main difference between c++ and java?
What is the indent key?
Which is better arraylist or vector?
Differentiate between stringbuffer and stringbuilder in java.
What is the implementation of destroy method in java. Is it native or java code?
Can we use String with switch case?
What are the five major types of reference sources?
In how many ways we can create threads in java?
What is a conditional statement explain with example?
What does null mean in java?
Is sizeof a keyword in java programming?
What happens if an exception is throws from an object's destructor?