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 is the difference b/w PUT and POST method to send data to the server
What is the frontend and backedn in Java?
Is char a method in java?
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What is the use of a conditional inclusion statement in Java ?
How can final class be used?
Why does abstract class have constructor?
what is mutual exclusion? : Java thread
How do you calculate square roots?
What is the difference between && and & in java?
What services that container provides?
To obtain design information about an object, which class in used?