Java Class Lifecycle
Notes on the Java class loading process including loading, verification, preparation, resolution, initialization, usage, and unloading.
Sep 6, 20254 min read
3 articles found
Notes on the Java class loading process including loading, verification, preparation, resolution, initialization, usage, and unloading.
A concise overview of Java thread states with transitions and practical notes.
Quick notes on JVM memory generations, GC survivor spaces, metaspace, and common tuning flags.