试题详情
- 单项选择题 现有: void topGo() { try { middleGo(); } catch (Exception e) { System.out.print("catch"); } } void middleGo() throws Exception { go(); system.out.print("late middle"); } void go() throws ExceptiOn { throw new Exception(); } 如果调用 topGo () ,则结果为:()
A、 late middle
B、 catch
C、 late middle catch
D、 catch Iate middle
- B
关注下方微信公众号,在线模考后查看
热门试题