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. Actually, they throw UnsupportedOperationExceptions.
You might also like to view...
If the catch-or-declare requirement for a checked exception is not satisfied ________.
a. the compiler will issue an error message indicating that the exception must be caught. b. the compiler will issue an error message indicating that the exception must be caught or declared. c. a stack trace will be displayed indicating the exception that has occurred and where it occurred. d. a stack trace will be displayed, along with a message indicating that the exception must be caught.
Which of the following flowchart symbols indicates that a decision is to be made?
a) diamond b) oval/circle c) rectangle d) flowline
When using Word's mail merge feature, the salutation of the letter is called the ________
Fill in the blank(s) with correct word
Browse by Edits moves between edits that have been made in the document using the comments feature
Indicate whether the statement is true or false