We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ec5253 + 9ff13e5 commit 540f507Copy full SHA for 540f507
docs/CH07.md
@@ -784,12 +784,12 @@ public class UseGC {
784
在程式中您故意加上無窮迴圈,以讓垃圾收集在程式結束前有機會執行,藉以瞭解垃圾收集確實會運作,程式執行結果如下所示:
785
786
請按Ctrl + C終止程式........
787
- bject1建立
788
- bject2建立
789
- bject3建立
790
- bject3被回收
791
- bject2被回收
792
- bject1被回收
+ object1建立
+ object2建立
+ object3建立
+ object3被回收
+ object2被回收
+ object1被回收
793
794
## 7.3 接下來的主題
795
0 commit comments