下列哪些类实现了List接口?( )
A: ArrayList
B: LinkedList
C: Stack
D: Vector
E: Arrays
A: ArrayList
B: LinkedList
C: Stack
D: Vector
E: Arrays
举一反三
- 下列哪些类没有实现List接口: A: Vector B: ArrayList C: Stack D: TreeSet
- List接口有哪些实现类?() A: LinkedList B: ArrayList C: Vector D: HashMap
- List接口的实现类有哪些? A: ArrayList B: LinkedList C: HashSet D: HashMap E: Vector
- 关于List接口实现,下列哪个叙述是错误的? A: LinkedList实现了List接口 B: Stack实现了List接口 C: ArrayList实现了List接口 D: TreeSet实现了List接口
- 下面哪一个List最适合用来实现FIFO对列() A: ArrayList B: Vector C: LinkedList D: Stack