Answer Posted / raghuveer
update(Observable o,Object arg)
This method is called whenever the observed object is
changed. An application calls an Observable object's
notifyObservers method to have all the object's observers
notified of the change.
where:
o - the observable object.
arg - an argument passed to the notifyObservers method
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What does the @override annotation do?
What are class members by default?
Can we declare a class as static?
What is object-oriented paradigm?
What does this mean java?
What is high level language in computer?
What is difference between static and abstract class?
Highest level event class of the event-delegation model?
Why can't we override private static methods?
What is %d in printf?
Can java arraylist hold different types?
What is difference between ++ I and I ++ in java?
What is implicit object in java?
How do you sort arrays in java?
Why there is no call by reference in java?