原文链接: http://simon-c.iteye.com/blog/1016031 引用 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. Fo…