Which of these interfaces handles the event when a component is added to a container?
(a) ComponentListener
(b) ContainerListener
(c) FocusListener
(d) InputListener
The question was posed to me in an international level competition.
My doubt stems from Event Listeners Interfaces in portion Event Handling of Java