undefined
16
Task
Java Collections, level 6, lesson 6
Locked
Find the class by its description
Class description: 1. It implements the List interface; 2. It is a private static class inside a popular utility class; 3. Accessing the list by index is not allowed. It throws an IndexOutOfBoundsException.
undefined
9
Task
Java Collections, level 6, lesson 6
Locked
Search for a class by its description
Replace the following words with those required: 1. ClassNameToBeReplaced - the name of a class that is a thread-safe version of ArrayList, in which all change operations (mutative operations) use a new copy of the original array.