Answer Posted / guest
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
Is java a compiler?
What are the main uses of this keyword?
What does java se mean?
How many threads can java run?
Why we override equals() method?
What is a file pointer?
What is constructor chaining and how is it achieved in java?
Why do we use bufferedreader?
Is 0 an irrational number?
How to change the priority of thread or how to set priority of thread?
What is static keyword?
What is the latest java version?
Is java a security risk?
What is a functional interface?
How do you override a private method in java?