Posts by this author

Apr 14, 2023
2
2

Embracing Virtual Threads: Migration Tips for Java Developers

As a Java developer, you may have already heard about virtual threads, a powerful feature introduced in Project Loom. Virtual threads provide a lightweight alternative to traditional threads, making writing scalable and efficient concurrent code easier. In this blog post, we will discuss migration tips for Java developers who want to make the most ...

JavaOpenJDK
May 25, 2021
1
1

Announcing General Availability of Microsoft Build of OpenJDK

Today we are excited to announce the general availability of the Microsoft Build of OpenJDK, a new no-cost distribution of OpenJDK that is open source and available for free for anyone to deploy anywhere. As we said previously when we announced the Preview of the Microsoft Build of OpenJDK, Java is heavily used by Microsoft with more than 500,000 J...

Java