当前位置:SCJP程序员认证考试题库

问题:

[单选]

10. public class ClassA { 
11. public void count(int i) { 
12. count(++i); 
13. } 
14. } 
And: 
20. ClassA a = new ClassA(); 
21. a.count(3); 
Which exception or error should be thrown by the virtual machine?() 

A .  StackOverflowError
B .  NullPointerException
C .  NumberFormatException
D .  IllegalArgumentException
E .  ExceptionlnlnitializerError

在料场规划中,在下列土石料中实际开采总量与坝体填筑量之比最大的是()。 A.石料 。 B.砂砾料 。 C.反滤料 。 D.土料。 为什么说明朝是我国秘书工作的强化时期? 绿地排水管道覆土深度应根据雨水井与连接管的坡度、冰冻深度和外部荷载确定,覆土深度不宜小于()mm,且在当地冰冻线以下。 350。 500。 450。 400。 水利工程发生特大质量事故后由()组织有关单位提出处理方案。 A.上级主管部门 。 B.省级水行政主管部门 。 C.流域机构 。 D.项目法人。 进入音乐思维迁移环节有哪四种情况?

10. public class ClassA { 
11. public void count(int i) { 
12. count(++i); 
13. } 
14. } 
And: 
20. ClassA a = new ClassA(); 
21. a.count(3); 
Which exception or error should be thrown by the virtual machine?() 

参考答案:

  参考解析

本题暂无解析

在线 客服