Which of these interfaces define a method actionPerformed()?
(a) ComponentListener
(b) ContainerListener
(c) ActionListener
(d) InputListener
This question was posed to me by my college director while I was bunking the class.
The origin of the question is Event Listeners Interfaces topic in chapter Event Handling of Java