InterviewSolution
Saved Bookmarks
| 1. |
Which of these class is super class of all the events?(a) EventObject(b) EventClass(c) ActionEvent(d) ItemEvent |
|
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. |
|