试题详情
- 单项选择题 public class Test { private static float[] f = new float[2]; public static void main(String args[]) { System.out.println(“f[0] = “ + f[0]); } } What is the result?()
A、 f[0] = 0
B、 f[0] = 0.0
C、 Compilation fails.
D、 An exception is thrown at runtime.
- B
关注下方微信公众号,在线模考后查看
热门试题
- 11.public class Cou
- public static void
- Given: http://
- 假设A有构造方法A (int a),则
- String与StringBuffer的
- class Beverage
- What is th
- public class&e
- 现有: class&ens
- } What is
- 以下方法,哪个不是对add方法的重载()
- 程序员想要创建一个名为MyThread
- 类中不允许定义私有的构造函数
- 用JBuilder建立图形界面程序的步骤
- You want
- class One&ensp
- What will&ensp
- A developer&en
- 已知: 要想打印出in.txt的全部内
- 定义一个表示学生信息的类Student,