What are the observer and observable classes?
Answer / nashiinformaticssolutions
Objects that inherit the "Observable class" take care of a list of "observers."
When an Observable object gets upgraded, it calls the update() method of each of its observers.
After that, it notifies all the observers that there is a change of state.
The Observer interface gets implemented by objects that observe Observable objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does indexof mean?
What is the difference between the size and capacity of a vector?
What is main function purpose?
Is set sorted in java?
What is charat java?
What is string value?
What are the notations in Java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
How we can make copy of a java object?
How to sort double array in java?
What is close method? How it's different from Finalize & Dispose?
0 Answers InfoAxon Technologies,
Can an interface implement another interface?