多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

现有:  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
答案解析:
进入题库查看解析

微信扫一扫手机做题