InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods can be used to obtain the reference to the container that generated a ContainerEvent?(a) getContainer()(b) getContainerCommand()(c) getActionEvent()(d) getContainerEvent()The question was asked in class test.The query is from ComponentEvent, ContainerEvent & FocusEvent Class topic in chapter Event Handling of Java |
|
Answer» CORRECT answer is (d) getContainerEvent() For EXPLANATION I would SAY: NONE. |
|