为了账号安全,请及时绑定邮箱和手机立即绑定

下面代码为什么编译错误?

下面代码为什么编译错误?

谢耳朵449144 2016-09-10 11:00:34
在oneMethod()方法运行正常的情况下,程序段将输出什么?public void test(){ try{ oneMethod(); System.out.println("1"); }catch (SQLException e){ System.out.println("2"); }catch (Exception e){ System.out.println(3); }catch (IOException e){ System.out.println("4"); }finally{ System.out.println("finally"); } }A.condition 1 B.condition 2 finally C.condition 3 finally D.编译错误 答案是D
查看完整描述

2 回答

?
大咪

TA贡献785条经验 获得超332个赞

.....你这个不是程序的程序- -就是想玩sql异常或者IO异常也不能这么玩啊。。。

查看完整回答
1 反对 回复 2016-09-10
?
慕仰6620973

TA贡献14条经验 获得超8个赞

你得有相关的内容呀。。比如IOException异常,你在try里写上Reader reader = new InputStreamReader(new FileInputStream(""));就不会出错。。你没写系统认为不可能出现那样的错误。

查看完整回答
反对 回复 2016-09-11
  • 2 回答
  • 0 关注
  • 1352 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信