Solved

Which Statement Is False

Question 6

Multiple Choice

Which statement is false?


A) When a List is backed by an array, any modifications made through the List view change the array.
B) When a List is backed by 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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions