试题详情
- 单项选择题 try { int x = 0; int y = 5 / x; } catch (Exception e) { System.out.println(“Exception”); } catch (ArithmeticException ae) { System.out.println(“Arithmetic Exception”); } System.out.println(“finished”); What is the result?()
A、 finished
B、 Exception
C、 Compilation fails.
D、 Arithmetic Exception
- D
关注下方微信公众号,在线模考后查看
热门试题
- An instance
- Which method&en
- 一个简单的图形界面(带有一个标签、文本框
- Click the
- Which is
- 接口中的成员变量被隐含地声明为()
- Given that&ens
- Java中所有类的父类是()。
- What is th
- Java语言的三大特性即是:()、()、
- 11. abstract&e
- 现有: 3.i
- Java有哪些算术运算符、关系运算符、逻
- Which two̳
- 对下面Spring声明式事务的配置含义的
- 1. public&ensp
- 输出流输出数据后,应调用哪个方法将其关闭
- 编写一个Java程序在屏幕上输出“你好!
- What the o
- 线程安全的map在JDK 1.5及其更高