当前位置: 技术问答>java相关
这说的是什么呀,(一个题目),我怎么看不懂?
来源: 互联网 发布时间:2015-04-24
本文导语: Which of the following statements are true? 1) At the root of the collection hierarchy is a class called Collection 2) The collection interface contains a method called enumerator 3) The interator method returns an instance of the Vector class 4) ...
Which of the following statements are true?
1) At the root of the collection hierarchy is a class called Collection
2) The collection interface contains a method called enumerator
3) The interator method returns an instance of the Vector class
4) The Set interface is designed for unique elements
1) At the root of the collection hierarchy is a class called Collection
2) The collection interface contains a method called enumerator
3) The interator method returns an instance of the Vector class
4) The Set interface is designed for unique elements
|
很象是SCJP的题目
问你哪些说法正确
1、集合的最上层是叫Collection的类;
2、集合的接口是有一个计数器的方法;
3、interator方法返回Vector类的一个实例;
4、Set接口是为单一元素设计的;
好象是这样了。
问你哪些说法正确
1、集合的最上层是叫Collection的类;
2、集合的接口是有一个计数器的方法;
3、interator方法返回Vector类的一个实例;
4、Set接口是为单一元素设计的;
好象是这样了。
|
1.集合的最上层类是collection类。
2.collection接口包含一个enumerator(枚举)方法。
3.iterator(肯定不是interator,你写错了)方法返回一个Vector类的实例
4.Set接口是为那些元素均为唯一的集合(及不允许将具有相同值的元素放入同一集合中)而设计的
2.collection接口包含一个enumerator(枚举)方法。
3.iterator(肯定不是interator,你写错了)方法返回一个Vector类的实例
4.Set接口是为那些元素均为唯一的集合(及不允许将具有相同值的元素放入同一集合中)而设计的
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。