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.


b. Unmodifable wrappers throw ModificationExceptions if attempts are made to modify the collection.

Computer Science & Information Technology

You might also like to view...

All of the following would be likely candidates for Bluetooth connectivity EXCEPT a(n) ________

A) internal hard drive B) ergonomic keyboard C) mouse D) inkjet printer

Computer Science & Information Technology

The ____ statement uses a loop control variable and provides you with three actions automatically in one compact statement: initialization, evaluation and incrementation.

A. do B. while C. for D. count

Computer Science & Information Technology

The Twitter __________ button provides a shortcut for a visitor to your website to share a link to the current page with their followers on Twitter.

A. Tweet B. Feed C. Like D. Follow

Computer Science & Information Technology

Information systems designed for a specific industry or enterprise may use vertical market software.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology