2010-02-23から1日間の記事一覧

52. ボクシング

52. ボクシング オートボクシングとアンボクシング L:\lesson124\test.java class test { public static void main(String args[]) { Integer objValue1 = new Integer(100); // 従来の方法 Integer objValue2 = 100; // OK int iValue = objValue2; // OK S…