Skip to content

似乎遺漏了幾個'o'字元 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/CH07.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,12 +784,12 @@ public class UseGC {
在程式中您故意加上無窮迴圈,以讓垃圾收集在程式結束前有機會執行,藉以瞭解垃圾收集確實會運作,程式執行結果如下所示:

請按Ctrl + C終止程式........
bject1建立
bject2建立
bject3建立
bject3被回收
bject2被回收
bject1被回收
object1建立
object2建立
object3建立
object3被回收
object2被回收
object1被回收

## 7.3 接下來的主題

Expand Down