试题详情
- 单项选择题 23. Object [] myObjects = { 24. new integer(12), 25. new String(”foo”), 26. new integer(5), 27. new Boolean(true) 28. }; 29. Arrays.sort(myObjects); 30. for( int i=0; i
31. System.out.print(myObjects[i].toString()); 32. System.out.print(” “); 33. } What is the result?() A、 Compilation fails due to an error in line 23.
B、 Compilation fails due to an error in line 29.
C、 A ClassCastException occurs in line 29.
D、 A ClassCastException occurs in line 31.
E、 The value of all four objects prints in natural order.
- C
关注下方微信公众号,在线模考后查看
热门试题
- 数组元素所占用的内存位于()
- 4位反序数,设N是一个四位数,它的9倍恰
- Which the two&
- Swing界面一般都会有一个顶级Swin
- 在下面的代码中,continue语句的
- Which is
- Which willQ
- 下列哪项是String的字面量?()
- 说明基本数据类型与引用类型的差别。
- 编写一个Java程序实现多线程,在线程中
- Choose theQ
- What is th
- class One&ensp
- // Point
- 1. class
- 以下的代码是如何实现事件处理过程的?(
- 下列有关多态的叙述正确的是哪项()
- 关于JSP生命周期的叙述,下列哪些为真(
- 现有: 1.&
- 在Swing中,如何设置组件的边框?()