fahd.blog
Let the code do the talking...
Saturday, May 30, 2026
Java 26: Thread.stop() Removed
›
Java 26 finally removes Thread.stop() , one of the oldest deprecated methods in the JDK! This method has long been considered inherently ...
Thursday, May 28, 2026
Java 26: Lazy Constants
›
In my previous post , I wrote about Stable Values introduced in Java 25. Java 26 renames them from Stable Values to Lazy Constants . While...
Thursday, January 01, 2026
fahd.blog in 2025
›
Happy 2026, everyone! I'd like to wish everyone a great start to an even greater new year! In keeping with tradition, here's one l...
Friday, December 26, 2025
Java 25: Stable Values
›
Java 25 introduces Stable Values , which are objects that hold immutable data. They let you initialise immutable fields lazily, while stil...
Monday, December 22, 2025
Java 25: Compact Object Headers
›
Java 25 introduces Compact Object Headers , an optimisation that reduces the memory overhead of Java objects. In my previous post , I wr...
›
Home
View web version