试题详情
- 单项选择题 11. List list = // more code here 12. Collections.sort(list, new MyComparator()); Which code will sort this list in the opposite order of the sort in line 12?()
A、 Collections.reverseSort(list, new MyComparator());
B、 Collections.sort(list, new MyComparator()); list.reverse();
C、 Collections.sort(list, new InverseComparator( new MyComparator()));
D、 Collections.sort(list, Collections.reverseOrder( new MyComparator()));
- D
关注下方微信公众号,在线模考后查看
热门试题
- 使用滚动条:编写一个Applet包含一个
- 现有: 1.class&e
- 对象间有哪三种关系?对象“班级”与对象“
- Float pi
- 以下哪个组件中不能使用HTML标记?()
- Java语言中表达式-12>>3的结果是
- Given the&ensp
- Which HTTPQ
- Given the̳
- 已知: 下面哪些代码是正确的?()
- 关于抽象类与最终类,下列说法错误的是()
- 以下关于GUI事件处理模型的叙述,哪两项
- public class&e
- 在JAVA接口中可以定义()
- 你了解几种排序算法?它们各自有什么优缺点
- String str = new Str
- 判断101-200之间有多少个素数,并输
- 下列关于Java对象清除的叙述正确的是哪
- 已知S1=1,S2=1+2,S3=1+2
- 以下关于支持Java运行平台的叙述,哪项