mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-19 12:33:29 +08:00
Update 04-Operators.md (#638)
“内存溢出”通常指“堆栈溢出”,算术导致的溢出通常会用“数据溢出”或者“算术溢出”。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user