Skip to content

Blog

Software, system design and lessons from the road.

Java: A Journey into the Depths of the JVM
Featured · 23 min read

Java: A Journey into the Depths of the JVM

We open up every part of the JVM one by one, using everyday analogies: the class loader, memory areas, garbage collector, JIT, threads, JNI and the module system — all in plain language.