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 numeric promotion?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
What is the use of System class?
What is a numeric format?
What is number data type in java?
What is an object in java and how is it created?
What is Restrictions in hibernate?
What is the difference between Object and Instance?
What is memory leak and how does java handle it?
What are the escape sequences in java?
What is the purpose of javac exe?
What is considered an anti pattern?