1.JDK中,整型类型是有范围的 -2147483648~2147483647 ( -2^31 --- 2^31-1)
Integer.MIN_VALUE = 2147483647 Integer.MAX_VALUE = -2147483648