试题详情
- 单项选择题 现有: class Birds { public static void main (String [] args) { try { throw new Exception () ; } catch (Exception e) { try { throw new Exception () ; } catch (Exception e2) { System.out.print ("inner "); } System. out.print ( "middle" ) ; } System.out.print ("outer") ; } } 结果是()
A、 inner outer
B、 middle outer
C、 inner middle outer
D、.编译失败
- C
关注下方微信公众号,在线模考后查看
热门试题