Java 21 Hidden Heroes
Explores three underappreciated Java 21 features: Generational ZGC, Key Encapsulation Mechanism API, and Code Snippets in JavaDoc.
Explores three underappreciated Java 21 features: Generational ZGC, Key Encapsulation Mechanism API, and Code Snippets in JavaDoc.
A surprising look at modern Java's features, arguing it's a hot, developer-friendly language worth revisiting.
Java 22 previews a feature allowing statements before super() or this() in constructors, simplifying code like argument validation and preparation.
A summary of major OpenJDK projects like Babylon and Loom, detailing Java's planned developments and features for 2024 and beyond.
A Java programming challenge to process one billion rows of temperature data, focusing on performance optimization and modern Java features.
A Java programming challenge to process one billion rows of temperature data, focusing on performance optimization and modern Java features.
A recap of Java's major developments in 2023, including JDK 21, virtual threads, and improved developer tooling and accessibility.
Explains how to use JDK Flight Recorder's new native memory tracking events to monitor off-heap memory usage in Java applications.
Explains how to use JDK Flight Recorder (JFR) to track Java Native Memory (NMT) for performance analysis, with examples.
Explores how Java's Project Valhalla and JSpecify aim to eliminate NullPointerExceptions by defining nullability for value and reference types.
A reference list of Maven coordinates (groupId and artifactId) for the most popular JDBC drivers, sourced from jOOQ integration tests.
An overview of JSpecify, a project creating standard annotations for null tracking in Java static analysis.
A detailed overview of the new features and improvements coming in Java 22, including unnamed patterns, stream gatherers, and the FFM API.
Overview of new features in Java 25, including language updates, API improvements, and runtime enhancements.
Exploring how Java code can be executed on GPUs for high-performance computing and machine learning, covering challenges and potential APIs.
A guide to implementing new custom operations in Java Streams using the proposed JEP 461 Gatherer API.
Explores Java Stream Gatherers, a new API proposed in JEP 461 for creating custom intermediate operations like windowing and folding.
Java architects answer community questions about Project Amber, Valhalla, language features, and the future of Java development.
Analyzing performance differences in .NET vs Java for a triple-sum algorithm, focusing on code vectorization and compiler optimizations.
A developer shares their experience following the Apache Flink quickstart guide to run their first Flink cluster and the WordCount application.