Answer Posted / niranjanravi
An event is an event object that describes the state of
change in the source.Or in other words an event occurs when
an actiojn is generated like pressing the button,clicking
the mouse or selecting a lisi.They are two different types
of models for handling the events.
1.EventInheritance model
2.Eventdelegation model.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we override final method?
Which eclipse is best for java?
When arithmeticexception is thrown?
What are conditionals and its types?
How does a for loop work?
Is math class static in java?
What is Mutex (Mutual Exclusion Object) ?
Convert a BST into a DLL and DLL to BST in place.
What does system.gc() and runtime.gc() methods do?
What is default switch case? Give example.
What are the object and class classes used for?
Explain about collection interface in java?
What is finalize()? Is finalize() similar to a destructor?
What is java argument list?
What is the difference between final, finally and finalize() in java?