Home » JAVA Programming » Java Basic » Question
  1. Which of these events will be generated if we close an applet’s window?
    1. AdjustmentEvent
    2. ActionEvent
    3. WindowEvent
    4. ComponentEvent
    5. None of these
Correct Option: D

WindowEvent is generated when a window is activated, closed, deactivated, deiconfied, iconfied, opened or quit.



Your comments will be displayed only after manual approval.