News

Java Development Kit (JDK) 23 has reached the release candidate stage, marking its next step toward general availability on September 17, 2024. The upcoming non-LTS (Long Term Support) release, with ...
Java 21 brought significant innovations for concurrent programming in Project Loom. Two of these still have preview status in JDK 23. Loom means loom, i.e. the tool for weaving the threads together to ...
The recently introduced project view for managing Java projects in Visual Studio Code received several enhancements in the latest update to Java functionality provided in Microsoft's popular open ...
A new project from Oracle seeks to solve the nagging problem of slow Java startup times and other performance-related issues. Dubbed Project Leyden, the effort will address these pain points by ...
With the Extension Pack for Java, VS Code makes a highly capable Java IDE and formidable competitor to Eclipse, NetBeans, and IntelliJ IDEA. There was a time when your choices for Java IDEs were ...
Loom is a newer project in the Java and JVM ecosystem. Hosted by OpenJDK, the Loom project addresses limitations in the traditional Java concurrency model. In particular, it offers a lighter ...