Multiple Choice
Which statement is false?
A) When a List is backed up with an array,any modifications made through the List view change the array.
B) When a List is backed up with an array,any modifications made to the array change the List view.
C) The only operation permitted on the view returned by Arrays method asList is delete,which deletes the value from the view and the backing array.
D) Adding elements to the view returned by Arrays method asList results in an UnsupportedOperationException.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Algorithm _ randomly orders a List's elements.<br>A)
Q4: _ allows a program to walk through
Q6: To find the smallest and largest element
Q8: Which statement is false?<br>A) A ListIterator accesses
Q11: Which statement is false?<br>A) SortedSet extends Set.<br>B)
Q12: Most objects in Java can now be
Q26: Which statement is false?<br>A) All built-in collections
Q27: Collections method _ returns true if two
Q30: Which statement is false?<br>A) The Collections API
Q34: The collections framework provides various _ collection