$ ls -la /posts
total: 2 (tag #java)
$ open windows.mode
How the Java Virtual Machine Works
A system walkthrough of JVM internals, from bytecode loading to garbage collection and runtime optimization.
#java#jvm#runtime

Java HashMap: Understanding equals() and hashCode()
A complete guide to equals() and hashCode() in Java, explaining the contract, how HashMap works internally, common mistakes, and best practices.
#java#hashmap#data-structures