Update 04-Operators.md (#638)

“内存溢出”通常指“堆栈溢出”,算术导致的溢出通常会用“数据溢出”或者“算术溢出”。
This commit is contained in:
iao113
2021-01-11 17:14:45 +08:00
committed by GitHub
parent 91c862c8fe
commit 21413cb096

View File

@@ -1436,7 +1436,7 @@ public class AllOps {
```java
// operators/Overflow.java
// 厉害了!内存溢出
// 厉害了!数据溢出了!
public class Overflow {
public static void main(String[] args) {
int big = Integer.MAX_VALUE;