OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 141
|
Which of these events will be generated if we close an applet’s window?
|
ActionEvent
|
|
|
ComponentEvent
|
|
|
AdjustmentEvent
|
|
|
WindowEvent
|
Question 141 Explanation:
A low level event that indicates that a window has changed its status. This low-level event is generated by a Window object when it is opened, closed, activated, deactivated, iconified, or deiconified, or when focus is transferred into or out of the Window.
Correct Answer: D
Question 141 Explanation:
A low level event that indicates that a window has changed its status. This low-level event is generated by a Window object when it is opened, closed, activated, deactivated, iconified, or deiconified, or when focus is transferred into or out of the Window.
