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

问题:

[单选]

1. public class Exception Test { 
2. class TestException extends Exception {} 
3. public void runTest() throws TestException {} 
4. public void test() /* Point X */ { 
5. runTest(); 
6. } 
7. } 
At Point X on line 4, which code is necessary to make the code compile?()  

A .  No code is necessary.
B .  throws Exception
C .  catch ( Exception e )
D .  throws RuntimeException
E .  catch ( TestException e)

技术效率是()的关系,经济效率是()的关系。 遥感图像处理软件的基本功能有哪些? 以下哪种http状态码表示永久重定向?() 404。 302。 301。 502。 辨认是证据审查的主要方法,依辨认对象划分,可分为()。 公开辨认。 秘密辨认。 对人的辨认。 对物的辨认。 什么是Y-Δ降压起动?该电路有何特点?它适用什么样的电动机?

1. public class Exception Test { 
2. class TestException extends Exception {} 
3. public void runTest() throws TestException {} 
4. public void test() /* Point X */ { 
5. runTest(); 
6. } 
7. } 
At Point X on line 4, which code is necessary to make the code compile?()  

参考答案:

  参考解析

本题暂无解析

在线 客服