摘要: import java.io.*;import java.util.*;public class SortTest{ public static void main(String args[]) throws IOException, ClassNotFoundException { ... 阅读全文
posted @ 2014-07-01 10:29 hjzqyx 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner;import java.io.*;public class FileScannerTest{ public static void main(String args[]){//**************Scanner 的一般用//1.publ... 阅读全文
posted @ 2014-07-01 10:25 hjzqyx 阅读(438) 评论(0) 推荐(0) 编辑
摘要: //看一下下面的程序,你能正确的写出不同的testEx2()方法时,程序的最终打印出来的数据吗....先不要看下面的答案public class ExceptionTest { public ExceptionTest() { } boolean testEx() ... 阅读全文
posted @ 2014-07-01 10:00 hjzqyx 阅读(446) 评论(0) 推荐(0) 编辑