Multiple Choice
If a user enters a value in the text box of an editable combo box and the value is NOT in the list, what will the method getSelectedItem return?
A) The value that the user replaced
B) The index of the item the user entered
C) The value that appears in the text field, even if it is not in the combo box's list
D) Nothing, since the item is not in the list
Correct Answer:

Verified
Correct Answer:
Verified
Q31: If addressList is a JList component, what
Q32: What will display when the following code
Q33: What does the following statement do?<br>JTextArea textField
Q34: What will the following code do when
Q35: When you write a change listener class
Q37: A menu system may consist of each
Q38: What will be the results of executing
Q39: What will display when the following code
Q40: A _ object specifies a component's width
Q41: The default selection mode for a JList