Java 关键字
例如:
short myNum = 5000; System.out.println(myNum);
short关键字是一种数据类型,可以存储-32768到32767之间的整数。
short
Java 类据类型教程