Site logo

张磊

全栈开发工程师

Blog

Discover my latest articles and tutorials

Java Class Lifecycle
Java Class Lifecycle
Notes on the Java class loading process including loading, verification, preparation, resolution, initialization, usage, and unloading.
Java Thread Lifecycle
Java Thread Lifecycle
A concise overview of Java thread states with transitions and practical notes.

All Posts

5 articles available

Java Class Lifecycle
Java Class Lifecycle
Notes on the Java class loading process including loading, verification, preparation, resolution, initialization, usage, and unloading.
Léon ZhangSep 6, 20254 min read
Read More
Java Thread Lifecycle
Java Thread Lifecycle
A concise overview of Java thread states with transitions and practical notes.
Léon ZhangSep 6, 20252 min read
Read More
Java Thread Pool Essentials
Java Thread Pool Essentials
Key parameters and behaviors of Java thread pools, including sizing strategy, queues, factories, and rejection policies.
Léon ZhangSep 6, 20252 min read
Read More
JVM Notes — Generations and Tuning
JVM Notes — Generations and Tuning
Quick notes on JVM memory generations, GC survivor spaces, metaspace, and common tuning flags.
Léon ZhangSep 6, 20252 min read
Read More
Spring Bean LifeCycle
Spring Bean LifeCycle
Concise notes on the full Spring Bean lifecycle including instantiation, dependency injection, initialization hooks, BeanPostProcessor phases, usage, and destruction.
Léon ZhangSep 6, 20251 min read
Read More