下面哪些接口直接继承于Collection接口()。
A: List
B: Map
C: Set
D: HashTable
A: List
B: Map
C: Set
D: HashTable
举一反三
- 下面()接口继承自Collection接口。 A: List和Map B: Set和Map C: List和Set D: Map和Queue
- 下面 ( ) 接口继承自Collection接口。 A: Set和 Map B: List和 Map C: Map和 Queue D: List和 Set
- 下列哪些接口或类不是直接继承自collection接口() A: list B: set C: map D: Abstract Collection
- List、Set、Map接口都继承了Collection接口。
- 一下哪些继承自Collection接口() A: List B: Set C: Map D: HashMap