Blog
▋
Mastering Java Reflection: Runtime Metaprogramming and Dynamic Code Manipulation
March 6, 2025
A deep dive into inspecting and modifying Java classes, fields, and methods at runtime
javareflectionmetaprogrammingruntime
Deep Dive into Java Memory Model: Understanding JVM Memory Management and Garbage Collection
March 6, 2025
A practical deep dive into how the JVM manages memory, allocates objects, and reclaims space through generational garbage collection.
javajvmmemorygarbage-collectionperformance