fahd.blog
Let the code do the talking...
Saturday, June 13, 2026
Java 26: min() and max() in Comparator
›
Java 26 adds two small but very useful default methods to the Comparator interface: min and max . Consider the following comparator: ...
Saturday, June 06, 2026
Java 26: Mutating Final Fields Using Reflection
›
Java 26 introduces a new warning when code uses reflection to mutate final fields. This change comes from JEP 500: Prepare to Make Final M...
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...
›
Home
View web version