News

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 ...
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 ...
Since 2018, Java has adhered to a long-term support (LTS) release schedule based on the tip and tail model. This approach emphasizes innovation with the "tip" by introducing new features in each ...