which statement is true for the class java.util.ArrayList?
Posted 12344321hh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了which statement is true for the class java.util.ArrayList?相关的知识,希望对你有一定的参考价值。
A.集合中的元素是有序的 对
B.集合被保证为不可变的 错
C.集合中的元素被保证为唯一的 错 有序的 所以不唯一
D.集合中的元素使用一个唯一的键来存取 错 没有键
E.集合中的元素被保证为同步的 错 不是同步的
以上是关于which statement is true for the class java.util.ArrayList?的主要内容,如果未能解决你的问题,请参考以下文章