實現或繼承了Collection接口的是()

這裏寫圖片描述

這裏寫圖片描述

這裏寫圖片描述

答案:BCE

A,Map接口未實現Collection接口
B,List接口的定義爲
public interface Listextends Collection

C,Vector定義爲
public class Vectorextends AbstractListimplements List, RandomAccess, Cloneable, Serializable
Vector實現了List接口自然實現了Collection接口

D,Iterator接口未實現Collection接口

E,public interface Setextends Collection
Set接口繼承自Collection接口

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章