Saved Bookmarks
| 1. |
Which of these events is generated when the window is closed?(a) TextEvent(b) MouseEvent(c) FocusEvent(d) WindowEventThis question was posed to me by my college director while I was bunking the class.This question is from MouseEvent, TextEvent & WindowEvent Class in section Event Handling of Java |
|
Answer» RIGHT OPTION is (d) WindowEvent Easiest EXPLANATION: A WindowEvent is GENERATED when a window is opened, CLOSE, activated or deactivated. |
|