多项选择题

A.Listlist=null;intx=list.size(),那么x等于0
B.List是一个顶层接口,只有子集
C.LinkedList和Arraylist都是List的子集
D.List中的方法有get、set、add、remove等