Hi Kevin,
I don't really think this stuff is URGENT!!!
3. a - correct --> lists are always ordered
b - wrong --> can be changed any time
c - wrong --> can be any objects
d - wrong --> only Maps are accessed with unique keys
e - wrong --> According to API
Note that this implementation is not synchronized. If multiple threads access an ArrayList instance concurrently, and at least one of the
threads modifies the list structurally, it must be synchronized externally. (A structural modification is any operation that adds or deletes one
or more elements, or explicitly resizes the backing array; merely setting the value of an element is not a structural modification.)
Q2. 1 - correct --> set always has unique values
2 - wrong --> Only maps have keys
Q3. Because it is a valid unicode character.
Regards,
Manfred.