What is the range of short data type in Java? code example Example: short java short numberMin = -32768; short numberMax = 32767;