

Advent of Code 2025 – Java 25 Solutions
Sven WoltmannDecember 5, 2025This year I took part in Advent of Code again. In this article you’ll find my solutions. My goal is to implement the solutions as clearly as possible – not necessarily as “clever” or short as possible. I also tried to use as many features of the current Java 25 as possible – including preview […]


Java 26 Features
(with Examples)
Sven WoltmannDecember 3, 2025The new Java 26 features: Prepare to make final mean final, Ahead-of-Time Caching with all GCs, HTTP/3, G1 with better throughput, and more...


Java 25 Features
(with Examples)
Sven WoltmannJune 5, 2025Java 25: Scoped Values, Module Import Declarations, Compact Source Files, Instant Main Methods, Flexible Constructor Bodies, Compact Object Headers and more...