摘要:Some new features in JDK which maybe quite useful... 1. Generic Types ArrayList list = new ArrayList(); list.add(0, new Integer(42)); int total = list.get(0).intValue(); 2. Formatted ou...
阅读全文
posted @ 2004-12-20 15:14