Home » JAVA Programming » Java Basic » Question
  1. Which of these events is generated when the window is closed?
    1. FocusEvent
    2. WindowEvent
    3. TextEvent
    4. MouseEvent
    5. None of these
Correct Option: B

A WindowEvent is generated when a window is opened, close, activated or deactivated.



Your comments will be displayed only after manual approval.