mirror of
https://github.com/CyC2018/CS-Notes.git
synced 2025-07-10 13:37:35 +08:00
Update Java 虚拟机.md
fix a mistake
This commit is contained in:
@ -142,7 +142,7 @@ Java 对引用的概念进行了扩充,引入四种强度不同的引用类型
|
||||
|
||||
**(一)强引用**
|
||||
|
||||
只要强引用存在,垃圾回收器永远不会回收调掉被引用的对象。
|
||||
只要强引用存在,垃圾回收器永远不会回收掉被引用的对象。
|
||||
|
||||
使用 new 一个新对象的方式来创建强引用。
|
||||
|
||||
|
Reference in New Issue
Block a user