JAVA数据类型、关键字,标识符

public class Test { public static void main(String[] args){ int maxValue = Integer.MAX_VALUE; int minValue = Integer.MIN_VALUE; System.out.println(maxValue + 1);//-2147483648
相关文章
相关标签/搜索