-
Which of these are constants defined in WindowEvent class?
-
- WINDOW_DEICONIFIED
- WINDOW_ACTIVATED
- WINDOW_CLOSED
- All of above
- 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.