Home » JAVA Programming » Java Basic » Question
  1. Which of these are constants defined in WindowEvent class?
    1. WINDOW_DEICONIFIED
    2. WINDOW_ACTIVATED
    3. WINDOW_CLOSED
    4. All of above
    5. None of these
Correct Option: D

WindowEvent class defines 7 constants – WINDOW_ACTIVATED, WINDOW_CLOSED, WINDOW_OPENED, WINDOW_DECONIFIED, WINDOW_CLOSING, WINDOW_DEACTIVATED, WINDOW_ICONIFIED.



Your comments will be displayed only after manual approval.