What Is The Range Of Short Data Type In Java?
What Is The Range Of Short Data Type In Java? short: The short data type is a 16-bit signed two’s complement integer. It has a minimum value of -32,768 and a maximum value of 32,767 (inclusive). What is the range of short data type? Type Storage size Value range signed char 1 byte -128 to