Multiple Choice
When an item in the combo box is selected, the combo box executes its action event listener's actionPerformed method, passing:
A) an ItemEvent object as an argurment.
B) a SelectionEvent object as an argurment.
C) an ActionEvent object as an argument.
D) the combo box as an argument.
Correct Answer:

Verified
Correct Answer:
Verified
Q48: The getSelectedIndex method returns:<br>A) the index of
Q49: Images may be displayed in labels and:<br>A)
Q50: By default the scroll bars are always
Q51: To add the JList object addressList to
Q52: Which of the following statements creates a
Q53: If addressList exists and has values stored
Q54: If the combo box addressBox contains a
Q56: A menu within a menu is called
Q57: A label's preferred size is determined only
Q58: The ImageIcon class constructor accepts:<br>A) an integer