Garbage Collection Basics

Posted by mikew_co on Oracle Blogs See other posts from Oracle Blogs or by mikew_co
Published on Fri, 16 Nov 2012 17:53:02 +0000 Indexed on 2012/11/16 23:09 UTC
Read the original article Hit count: 162

Filed under:

Duke WavingJava Is an awesome programming language and platform. One of its better features is automatic garbage collection. Ever wondered how that works?

I have written an online web course outlining the basics. Much of what is included has been published before in various white papers and such. However, this is updated for JDK 7 and includes some nice illustrations of the steps involved. Hope you like it.

Garbage Collection Basics

.

A follow-on web course on the G1 garbage collector should follow in a week or so.

© Oracle Blogs or respective owner

Related posts about /Oracle