InterviewSolution
Saved Bookmarks
| 1. |
Which of these events is generated when the window is closed?(a) TextEvent(b) MouseEvent(c) FocusEvent(d) WindowEvent |
|
Answer» Right option is (d) WindowEvent Easiest explanation: A WindowEvent is generated when a window is opened, close, activated or deactivated. |
|