1.

Which of these events is generated when the size of an event is changed?(a) ComponentEvent(b) ContainerEvent(c) FocusEvent(d) InputEventThe question was posed to me in an interview for internship.My question is based upon ComponentEvent, ContainerEvent & FocusEvent Class in section Event Handling of Java

Answer» CORRECT CHOICE is (a) ComponentEvent

For explanation: A ComponentEvent is GENERATED when the size, position or visibility of a COMPONENT is changed.


Discussion

No Comment Found

Related InterviewSolutions