找考题网-背景图
多项选择题

Given: Which three code fragments, inserted independent……

Given:

Which three code fragments, inserted independently at line 6, will compile?()



A.list.add("foo");
B.Object o = list;
C.String s = list.get(0);
D.list = new ArrayList();

热门试题