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 |
Do loops java?
How many types of packages are there in Java?
Difference between static and dynamic class loading.
What is Recursion Function?
Is array serializable java?
how can you catch multiple exceptions in java?
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
what are variables in java
What is java object name?
What does file separator do in java?
why marker interfaces are there in java
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.