Solved

Which Statement Is False

Question 30

Multiple Choice

Which statement is false?


A) The Collections API provides a set of public static methods for converting collections to unmodifiable versions.
B) Unmodifable wrappers throw ModificationExceptions if attempts are made to modify the collection.
C) You can use an unmodifiable wrapper to create a collection that offers read-only access to others while allowing read-write access to yourself.
D) You can create the kind of collection mentioned in part (c) simply by giving others a reference to the unmodifiable wrapper while you also retain a reference to the wrapped collection itself.

Correct Answer:

verifed

Verified

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

Related Questions