2009年7月16日
摘要: System.out.println(true ? null : 0);//nullSystem.out.println(true ? (Integer) null : new Integer(0));//nullSystem.out.println(true ? (Integer) null : 1);//NullException 阅读全文
posted @ 2009-07-16 11:37 rubys 阅读(375) 评论(0) 推荐(0)