试题详情
- 单项选择题 import java.io.IOException; public class ExceptionTest( public static void main (Stringargs) try ( methodA(); ) catch (IOException e) ( system.out.printIn(“Caught IOException”); ) catch (Exception e) ( system.out.printIn(“Caught Exception”); ) ) public void methodA () { throw new IOException (); } What is the result?()
A、 The code will not compile.
B、 The output is caught exception.
C、 The output is caught IOException.
D、 The program executes normally without printing a message.
- A
关注下方微信公众号,在线模考后查看
热门试题
- 引用类型的数据字段的缺省值为()
- What is th
- 当对Set类型的集合使用add()方法时
- If this s
- Given a c
- 某一速率为100M的交换机有20个端口,
- 求表达式e^x ≈1+x+x^2/2!+
- 下面的说法正确的是()
- And the co
- 客户端C和服务器S之间建立一个TCP连接
- public class Test{
- Given: 11.<% 12.req
- 现有: int
- 现有: import&en
- public class&e
- 11.classa {&en
- 工具栏是图形界面程序常用的组件。它将一组
- 抛出异常,使用关键字()
- 在方法的声明中,要求该方法必须抛出异常时
- What produces&