Home » JAVA Programming » Java Basic » Question
  1. Which of these events is generated when a button is pressed?
    1. KeyEvent
    2. WindowEvent
    3. ActionEvent
    4. AdjustmentEvent
    5. None of these
Correct Option: C

Action event is generated when a button is pressed, a list item is double-clicked or a menu item is selected.



Your comments will be displayed only after manual approval.