Category Archives: java

JVM 1.5

Intro JVM * myfile.java — Compiler (javac) –> Byte code — java.exe –> JVM — OS –> Native code GC Sun JVM is generational and divides heap into * Young Generation – Eden Space – Survivor Space 0 (aka From … Continue reading

Posted in java | Leave a comment