#JVM Internals This article explains the internal architecture of the Java Virtual Machine (JVM). The following diagram show the key internal components of a typical JVM that conforms to The Java Virtual Machine Specification Java SE 7 Edition.
##Contents

##JVM memory You can see this part here ##GC
- Oracle java garbage collection basics
- Understanding java garbage collection
- Java garbage colleciton algorithm in a visua method
##Java