标签:author ons string htm static 公众号 小程序 试题 value
存在,如 Integer.MAX_VALUE
package constxiong.interview; /** * 测试最大值加1 * @author ConstXiong */ public class TestMaxValueAddOne { public static void main(String[] args) { int i = Integer.MAX_VALUE; System.out.println(i+1<i); System.out.println(i+1); } }
打印
true -2147483648
标签:author ons string htm static 公众号 小程序 试题 value
原文地址:https://www.cnblogs.com/ConstXiong/p/11871154.html