Answer Posted / supriya
Subclass of Observable class maintain a list of observers.
Whenever an Observable object is updated, it invokes the
update() method of each of its observers to notify the
observers that it has a changed state.
An observer is any object that implements the interface
Observer.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What a static class can contains?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What is a parameter used for?
I want to persist data of objects for later use. What is the best approach to do so?
What does int argc char * argv [] mean?
Explain about narrowing conversion in java?
Explain the concept of proper inheritance?
Tell me about your ability to work under pressure
What is the difference between a constructor and a method?
Name few "optional" classes introduced with java 8 ?
Can a abstract class be declared final?
What is hotjava?
How would you dynamically allocate memory to an array?
What is string english?
Can we define a package statement after the import statement in java?