InterviewSolution
Saved Bookmarks
| 1. |
MouseEvent is subclass of which of these classes?(a) ComponentEvent(b) ContainerEvent(c) ItemEvent(d) InputEventThis question was addressed to me in an online quiz.My doubt stems from MouseEvent, TextEvent & WindowEvent Class topic in section Event Handling of Java |
|
Answer» CORRECT OPTION is (d) InputEvent Best EXPLANATION: NONE. |
|