Which of these interfaces define a method itemStateChanged()?
(a) ComponentListener
(b) ContainerListener
(c) ActionListener
(d) ItemListener
The question was posed to me during an internship interview.
My doubt stems from Event Listeners Interfaces topic in section Event Handling of Java