Multiple Choice
If addressList exists and has values stored in it and addrList is an array with values stored in it, what will be the results when the following code is executed?
AddressList.setListData(addrList) ;
A) The values of addrList will be attached at the end of the current addressList.
B) The values in addressList will be replaced by the values in addrList.
C) The values of addrList will be inserted at the beginning of the current addressList.
D) addressList will be unchanged.
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
Q54: If the combo box addressBox contains a
Q55: When an item in the combo box
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