摘要: import java.util.Collection;import java.util.HashSet;public class BasicContainer { public static void main(String[] args) { Collection c = new HashSe... 阅读全文
posted @ 2013-12-02 20:40 小尼人00 阅读(241) 评论(0) 推荐(0) 编辑
摘要: import java.io.File;import java.io.IOException;public class TestFile { public static void main(String[] args) { String separator = File.sepa... 阅读全文
posted @ 2013-12-02 16:59 小尼人00 阅读(177) 评论(0) 推荐(0) 编辑
摘要: public class TestParser { public static void main(String[] args) { Integer i = new Integer(100); Double d = new Double("123.456"); ... 阅读全文
posted @ 2013-12-02 16:40 小尼人00 阅读(149) 评论(0) 推荐(0) 编辑
摘要: package com.bjsxt.chap6;/** * @author hp * */public class Test { public static void main(String[] args) { String s1 = "hello"; String... 阅读全文
posted @ 2013-12-02 10:02 小尼人00 阅读(178) 评论(0) 推荐(0) 编辑