1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update Java内存区域.md

This commit is contained in:
hailong.sha 2020-11-20 15:01:35 +08:00
parent 002ef63f26
commit a7e5607f82

View File

@ -411,7 +411,7 @@ private static class CharacterCache {
} }
``` ```
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。** 两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。
```java ```java
Integer i1 = 33; Integer i1 = 33;