Collection的实现类有哪些
A: ArrayList,HashSet,HashMap,HashTable
B: List,Set,Map
C: ArrayList,LinkedList,HashSet,TreeSet
D: LinkedList,List,Collection
A: ArrayList,HashSet,HashMap,HashTable
B: List,Set,Map
C: ArrayList,LinkedList,HashSet,TreeSet
D: LinkedList,List,Collection
C
举一反三
- 以下__________数据类型不实现Collection接口? A: HashSet B: TreeSet C: ArrayList D: LinkedList E: Map
- 以下哪一个不是collection实现的类() A: ArrayList B: HashSet C: LinkedList D: HashMap
- 下列哪些类实现了Collection接口?( ) A: ArrayList B: HashSet C: LinkedList D: TreeSet E: HahMap
- List接口的实现类有哪些? A: ArrayList B: LinkedList C: HashSet D: HashMap E: Vector
- 哪个Map已经排序() A: ArrayList B: LinkedList C: Vector D: HashSet E: TreeSet F: HashMap G: HashTable
内容
- 0
下面的类中( )没有实现集合接口Collection<E>。 A: ArrayList B: LinkedList C: HashSet D: HashMap
- 1
Set接口给出的实现类有() A: ArrayList B: LinkedList C: HashSet D: TreeSet
- 2
下列哪种类型的对象没有继承Collection接口。( ) A: LinkedList B: ArrayList C: HashMap D: HashSet
- 3
实现了Set接口的类是________。 A: ArrayList B: HashTable C: HashSet D: Collection
- 4
以下哪两个选项是Set接口的实现类() A: HashSet、TreeSet B: list C: map、set D: collection