InterviewSolution
Saved Bookmarks
| 1. |
Which of these events is generated when the component is added or removed?(a) ComponentEvent(b) ContainerEvent(c) FocusEvent(d) InputEventI have been asked this question during an online interview.My question is taken from ComponentEvent, ContainerEvent & FocusEvent Class in chapter Event Handling of Java |
|
Answer» The correct answer is (B) CONTAINEREVENT |
|