📜  Integer.MAX_VALUE - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:41.188000             🧑  作者: Mango

代码示例2
public int x = Integer.MAX_VALUE;

System.out.println(x)

// prints out 2147483647. you can't go over this number