About the Short Data Type
The java.lang.Short numeric data type is a 16-bit Integer and its value can be from -32768 to 32767, inclusive. For type short, the default value is zero, that is, the value of (short)0.
The java.lang.Short numeric data type is a 16-bit Integer and its value can be from -32768 to 32767, inclusive. For type short, the default value is zero, that is, the value of (short)0.