摘要: 1、try块中没有抛出异常,try、catch和finally块中都有return语句 1 public static int NoException(){ 2 int i=10; 3 try{ 4 System.out.println("i in try block is:"+i); 5 retu 阅读全文
posted @ 2017-10-09 23:45 追梦boy 阅读(565) 评论(0) 推荐(0) 编辑