摘要: class InputFile { private BufferedReader in ; // constructor InputFile(String fname) throws Exception{ try { in = new BufferedReader(new FileRead... 阅读全文
posted @ 2015-03-16 23:37 chuiyuan 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 如下面的例public class FinallyTest { static int count =0; public static void main (String [] args ){ while(true){ try { if (count++ ==0){ throw ... 阅读全文
posted @ 2015-03-16 22:21 chuiyuan 阅读(858) 评论(0) 推荐(0) 编辑