试题详情
- 单项选择题 1. public class A { 2. 3. private int counter = 0; 4. 5. public static int getInstanceCount() { 6. return counter; 7. } 8. 9. public A() { 10. counter++; 11. } 12. 13. } Given this code from Class B: 25.A a1 =new A(); 26. A a2 =new A(); 27. A a3 =new A(); 28. System.out.printIn(A.getInstanceCount() ); What is the result?()
A、 Compilation of class A fails.
B、 Line 28 prints the value 3 to System.out.
C、 Line 28 prints the value 1 to System.out.
D、 A runtime error occurs when line 25 executes.
E、 Compilation fails because of an error on line 28.
- A
关注下方微信公众号,在线模考后查看
热门试题
- What is th
- 下列有关接口的叙述错误的是哪项?()
- If the use
- Java的字符采用何种编码方案?有何特点
- 共有几组i、j、k符合算式ijk+kji
- 基本数据类型float的包裹类是哪项?(
- Given this&ens
- 有如下一个类似跳表的数据结构:每层都是已
- What is
- Given thatQ
- Swing允许你选择程序的图形界面风格,
- 下列哪些方法是在编译时刻绑定的?()
- 同构数 一个数出现在该数的平
- 现有: class&ens
- 获取File实例所封装文件长度的方法是?
- class One&ensp
- 已知: 下面哪些语法在横线处是合法的(
- You have
- What is th
- 求四位奇数中,所有各位数字之和是25的倍