News

OpenJDK distributions have emerged as preferred alternatives to Oracle Java. These enterprise-ready solutions match Oracle Java SE's core capabilities (after all, Oracle Java is built using the same ...
Model Context Protocol, or MCP, is arguably the most powerful innovation in AI integration to date, but sadly, its purpose and potential are largely misunderstood.
Hosted by OpenJDK, the Loom project addresses limitations in the traditional Java concurrency model. In particular, it offers a lighter alternative to threads, along with new language constructs ...
The coffee shows no signs of cooling Feature It was 30 years ago when the first public release of the Java programming ...
This week's Java roundup for May 19th, 2025, features news highlighting: Java’s 30th birthday; the release of Hibernate ORM 7 ...
Java has a powerful new concurrency model, and it works with both traditional and virtual threads. Here's a first look at structured concurrency. Structured concurrency is a new way to use ...
Related: Revolutionize Application Development With the Java model, however, the nature of this work changed. Developers could specialize more, leaving standard functionality to the libraries ...
Java SE 14 (March 2020) introduces records as a preview feature. Records aim to enhance the language's ability to model "plain data" aggregates with less ceremony. A record can be best thought of ...