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 are the different tags provided in jstl?
what is the form of storage space in java?
Java Compiler is stored in JDK, JRE or JVM?
Does java linked list allow duplicates?
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
How do you use find and replace?
Which is better arraylist or vector?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
How many arguments can be passed to main ()?
What is meant by wrapper classes?
What are jee technologies?
Explain java code for recursive solution's base case?