摘要:
import java.util.Collection;import java.util.HashSet;public class BasicContainer { public static void main(String[] args) { Collection c = new HashSe... 阅读全文
摘要:
import java.io.File;import java.io.IOException;public class TestFile { public static void main(String[] args) { String separator = File.sepa... 阅读全文
摘要:
public class TestParser { public static void main(String[] args) { Integer i = new Integer(100); Double d = new Double("123.456"); ... 阅读全文
摘要:
package com.bjsxt.chap6;/** * @author hp * */public class Test { public static void main(String[] args) { String s1 = "hello"; String... 阅读全文