mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update Java内存区域.md
This commit is contained in:
parent
002ef63f26
commit
a7e5607f82
@ -411,7 +411,7 @@ private static class CharacterCache {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。**
|
两种浮点数类型的包装类 Float,Double 并没有实现常量池技术。
|
||||||
|
|
||||||
```java
|
```java
|
||||||
Integer i1 = 33;
|
Integer i1 = 33;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user