Home » JAVA Programming » Java Basic » Question
  1. Which of these is superclass of WindowEvent class?
    1. ItemEvent
    2. WindowEvent
    3. ComponentEvent
    4. InputEvent
    5. None of these
Correct Option: C

ComponentEvent is superclass of ContainerEvent, FocusEvent, KeyEvent, MouseEvent and WindowEvent.



Your comments will be displayed only after manual approval.