Skip to main content
Preslav Rachev

The wait is over! Java 19 ships today and is full of nice surprises. 2022 has been great so far - first Go brought us generics, now Java is striving to become a contender to Go in the concurrency space. Virtual threads (or as I call them, Java’s goroutines) are not going to change the game overnight, but will inevitably become the dominant concurrency solution in the years to come.

What else is in the latest release? See here:

Have something to say? Join the discussion below 👇

Want to explore instead? Fly with the time capsule 🛸

You may also find these interesting

Consistent > Idiomatic

·2 mins

As a software engineer, I’ve learned that consistency in code is crucial for the long-term success of a project, even when it means deviating from idiomatic principles.