Multiple choice

Which of the following source object do not generate the ActionEvent?

  1. JRadioButton

  2. JCheckBox

  3. JComboBox

  4. JList

  5. JTextField

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is false choice because JList doesn’t generate an ActionEvent. When we click an item in JList ListSelectionEvent is generated. So, this is the true choice according to the question.