下列选项中,实现了接口List的类是________。
A: HashMap
B: HashSet
C: TreeSet
D: LinkedList
A: HashMap
B: HashSet
C: TreeSet
D: LinkedList
举一反三
- Collection的实现类有哪些 A: ArrayList,HashSet,HashMap,HashTable B: List,Set,Map C: ArrayList,LinkedList,HashSet,TreeSet D: LinkedList,List,Collection
- List接口的实现类有哪些? A: ArrayList B: LinkedList C: HashSet D: HashMap E: Vector
- 下列哪些类实现了Collection接口?( ) A: ArrayList B: HashSet C: LinkedList D: TreeSet E: HahMap
- Set接口给出的实现类有() A: ArrayList B: LinkedList C: HashSet D: TreeSet
- 关于List接口实现,下列哪个叙述是错误的? A: LinkedList实现了List接口 B: Stack实现了List接口 C: ArrayList实现了List接口 D: TreeSet实现了List接口