单选题:About Java containers, which statement below is NOT correct?
About Java containers, which statement below is NOT correct? @[D](2)
A. `ArrayList` holds the elements in a particular sequence.
B. `TreeSet` cannot have any duplicate elements.
C. `LinkedList` holds the elements in a particular sequence.
D. `List`, `Set` and `Map`, they all have `stream()` interface.
A.`ArrayList` holds the elements in a particular sequence.
B.`TreeSet` cannot have any duplicate elements.
C.`LinkedList` holds the elements in a particular sequence.
D.`List`, `Set` and `Map`, they all have `stream()` interface.
答案:D
A. `ArrayList` holds the elements in a particular sequence.
B. `TreeSet` cannot have any duplicate elements.
C. `LinkedList` holds the elements in a particular sequence.
D. `List`, `Set` and `Map`, they all have `stream()` interface.
A.`ArrayList` holds the elements in a particular sequence.
B.`TreeSet` cannot have any duplicate elements.
C.`LinkedList` holds the elements in a particular sequence.
D.`List`, `Set` and `Map`, they all have `stream()` interface.
答案:D