最新回答 / 鵬鵬1981的圍脖
老師應(yīng)該是說int類型成員變量的初始值為0;其他八種成員變量的默認初始值是For type byte, the default value is zero, that is, the value of (byte)0.?For type short, the default value is zero, that is, the value of (short)0.?For type int, the default value is zero, that is, 0.?For type long, th...
2014-07-19