71

单选题 71 /71

Which statement is true for the class java.util.ArrayList?

参考答案

The elements in the collection are ordered.
The collection is guaranteed to be immutable.
The elements in the collection are guaranteed to be unique.
The elements in the collection are accessed using a unique key.
The elements in the collections are guaranteed to be synchronized.