Home » JAVA Programming » Java Basic » Question
  1. Which of these interfaces define a method actionPerformed()?
    1. ContainerListener
    2. ComponentListener
    3. InputListener
    4. ActionListener
    5. None of these
Correct Option: D

ActionListener defines the actionPerformed() method that is invoked when an adjustment event occurs.



Your comments will be displayed only after manual approval.