Tag Archives: JDK21

Demystifying Virtual Thread Performance: Unveiling the Truth Beyond the Buzz

By | June 18, 2025

What is Virtual Thread in Java? The virtual thread is introduced in JDK 21 that helps to improve the application availability, throughput, and code quality on top of reducing the memory consumption. The virtual thread concept has gained a lot of attention in recent times, and much more programming languages are trying to update their… Read More »

Java 21 – Java 21 features with example

By | March 3, 2024

The new version of Java, Java 21, is finally released on September 19, 2023, as the next long-term support (LTS) version. Because of this LTS version, it will be used in commercial support as the next stable version. After working on a total of 2585 JIRA issues, of which 1868 were resolved by Oracle and… Read More »