网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Collection和Collections正确的说法有()
A.Collections是个java.util包下的接口
B.Collection是个java.util包下的类
C.Collections包含有各种有关集合操作的静态方法
D.Collection是各种集合结构的父接口
参考答案
更多 “ Collection和Collections正确的说法有() A.Collections是个java.util包下的接口B.Collection是个java.util包下的类C.Collections包含有各种有关集合操作的静态方法D.Collection是各种集合结构的父接口 ” 相关考题
考题
您正在开发.NET Framework2.0应用程序用于存储类型安全列表中的姓名和电子邮件地址。列表中将填充所有在那些从排序的数据,这意味着您不总是需要执行插入或删除对数据的操作。您需要选择一种数据结构,优化内存使用,并且具有良好的性能。你应该做什么?()
A.应使用 System.Collections.Generic.SortedList 类B.应使用 System.Collections.HashTable 类C.应使用 System.Collections.Generic.SortedDictionary 类D.应使用 System.Collections.SortedList 类
考题
Given:ArrayLista=newArrayList();containingthevalues{1”,2”,3”,4”,5”,6”,7”,8”}Whichcodewillreturn2?()
A.Collections.sort(a,a.reverse());intresult=Collections.binarySearch(a,“6”);B.Comparatorc=Collections.reverseOrder();Collections.sort(a,c);intresult= Collections.binarySearch(a,“6”);C.Comparatorc=Collections.reverseOrder();Collections.sort(a,c);intresult=Collections.binarySearch(a,“6”,c);D.Comparatorc=Collections.reverseOrder(a);Collections.sort(a,c);intresult=Collections.binarySearch(a,“6”,c);E.Comparatorc=newInverseComparator(newComparator());Collections.sort(a);intresult=Collections.binarySearch(a,“6”,c);
考题
Listlist=//morecodehere12.Collections.sort(list,newMyComparator());Whichcodewillsortthislistintheoppositeorderofthesortinline12?()
A.Collections.reverseSort(list,newMyComparator());B.Collections.sort(list,newMyComparator());list.reverse();C.Collections.sort(list,newInverseComparator(newMyComparator()));D.Collections.sort(list,Collections.reverseOrder(newMyComparator()));
考题
公司名称:深圳万泉河科技有限公司地点:深圳市福田区沙咀区金地物业大厦4楼联系人:陈小姐面试形式:面试+笔试面试题目:主要针对简历提问,个人负责模块的设计编码情况,权限管理,每天工作流程笔试题目:1.collection与collections的区别
考题
4.下列说法正确的是()A.数组可以存储基本数据类型的数据,集合也可以B.数组的长度是不可变的,集合的长度是可变的C.Collection和Collections都是java.util包中的类D.集合只能通过Iterator进行输出
考题
.NET框架提供的集合类封装了一些常见的数据结构和算法,包括列表、字典、队列、栈等几大类,如链表、队列、栈等。其中,普通集合位于________命名空间。A.System.Collections.GenericB.System.CollectionsC.System.Collections.TextD.System.Text.Collections
考题
1、关于Java集合类框架的基本接口,下列说法错误的是()。A.Collection代表一组对象,每一个对象都是它的子元素。B.Set不包含重复元素的Collection。C.List是有顺序的Collection,不可以包含重复元素。D.Map可以把键(key)映射到值(value)的对象,键不能重复。
考题
关于Java集合类框架的基本接口,下列说法错误的是()。A.Collection代表一组对象,每一个对象都是它的子元素。B.Set不包含重复元素的Collection。C.List是有顺序的Collection,不可以包含重复元素。D.Map可以把键(key)映射到值(value)的对象,键不能重复。
热门标签
最新试卷