Skip Top Navigation Bar

Java News

Episode 57 “Make Java Safer with Flexible Constructor Bodies”

By Billy Korando on May 5, 2026

Flexible constructor bodies were added to Java 25 with JEP 513. In this episode of the Inside Java Podcast Billy Korando will review the issues with how constructors used to work before Java 25, either forcing developers to write convoluted code, or in some cases undermining the safety and integrity of child classes. Billy will then cover how flexible constructor bodies address these issues and how Java developers can use them to write safer code and better designed applications.

Read More
The JDK Client Desktop : 2026 and Still Swinging

By Phil Race on May 3, 2026

In this session, we explore how Swing fits into today’s Java ecosystem, how it works seamlessly alongside JavaFX, and why it can still outperform web-based approaches for certain desktop applications.

Read More
Make Java Safer with Flexible Constructor Bodies - Inside Java Newscast Episode #111

By Billy Korando on April 30, 2026

Flexible constructor bodies were added to Java 25 with JEP 513. In this episode of the Inside Java Newscast Billy Korando will review the issues with how constructors used to work before Java 25, either forcing developers to write convoluted code, or in some cases undermining the safety and integrity of child classes. Billy will then cover how flexible constructor bodies address these issues and how Java developers can use them to write safer code and better designed applications.

Read More
Avoiding Final Field Mutation

By Nicolai Parlog on April 27, 2026

JDK 26 / JEP 500 take first steps towards making final fields truly immutable by issuing warnings when they are mutated through the reflection API. This article discusses common scenarios in which final fields are mutated through reflection and what alternatives exist for each of them.

Read More
Reflecting on HAT: A Project Babylon Case Study

By on April 26, 2026

In this session, we'll introduce Project Babylon and examine how it's used by HAT (Heterogeneous Accelerator Toolkit) to make GPU programming more approachable for Java developers. We'll focus on new HAT features that leverage code reflection to create layers of abstraction and cleaner translations between Java and performant GPU code.

Read More
Episode 56 “Ask the Architects at JavaOne” [AtA]

By Nicolai Parlog on April 23, 2026

In JavaOne 2026's closing session, the audience members asked the Java architects their questions about the state of structured concurrency and Project Babylon, how Java is being developed and what role AI plays in that, and more.

Read More
Quality Outreach Heads-up - JDK 27: Obsolete Translation Resources Removed

By David Delabassee on April 21, 2026

This Heads-Up is part of the regular communication sent to the projects involved; it covers the removal of obsolete translation resources in JDK 27.

Read More
How the JVM Optimizes Generic Code

By John Rose on April 19, 2026

This video explores generics, JVM internals, and the road to Valhalla generics...

Read More
Episode 55 “You Must Avoid Final Field Mutation” [IJN]

By Nicolai Parlog on April 16, 2026

With JDK 26 / JEP 500 starting to prevent final field mutation through reflection, it is important that Java projects stop employing that practice.

Read More
Oracle Java Extension for Visual Studio Code Version 25.1.0 Is Now Available

By Arvind Aprameya on April 14, 2026

New release of Java Platform Extension for VS Code

Read More


Sourced from https://inside.java via RSS.