InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is super class of all the events?(a) EventObject(b) EventClass(c) ActionEvent(d) ItemEventI have been asked this question by my school teacher while I was bunking the class.This is a very interesting question from Event Handling Basics in portion Event Handling of Java |
|
Answer» CORRECT choice is (a) EventObject The EXPLANATION is: EventObject class is a SUPER class of all the EVENTS and is defined in java.util package. |
|