-->
当前位置:首页 > 题库

单选题:About Java containers, which statement below is NOT correct?

Luz5年前 (2021-05-10)题库1611
About Java containers, which statement below is NOT correct? @[D](2)

A. `List` holds the elements in a particular sequence
B. `Set` cannot have any duplicate elements
C. `Map` has group of key-value object pairs
D. `Iterator` can deal with `List`, `Set` and `Map`





A.`List` holds the elements in a particular sequence
B.`Set` cannot have any duplicate elements
C.`Map` has group of key-value object pairs
D.`Iterator` can deal with `List`, `Set` and `Map`


答案:D