试题详情
- 多项选择题 - list 是一个合法的集合引用 - getCollection() 返回一个合法集合的引用 哪两个是合法的()
A、for(Object o ; list)
B、for(Object o : list.iterator())
C、for(Object o : getCollection())
D、for(Iterator i = list.iterator(); i.hasNext (); )
- B,C
关注下方微信公众号,在线模考后查看
热门试题
A、for(Object o ; list)
B、for(Object o : list.iterator())
C、for(Object o : getCollection())
D、for(Iterator i = list.iterator(); i.hasNext (); )
关注下方微信公众号,在线模考后查看