Site logo

张磊

软件工程师

Blog

Discover my latest articles and tutorials

Java Class Lifecycle
JavaJVM
Java Class Lifecycle
Notes on the Java class loading process including loading, verification, preparation, resolution, initialization, usage, and unloading.
Sep 6, 20254 min read
Read Article
Java Thread Lifecycle
JavaConcurrency
Java Thread Lifecycle
A concise overview of Java thread states with transitions and practical notes.
Sep 6, 20252 min read
Read Article

All Posts

5 articles available

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