Java Just Got a Big Update

Manpreet Singh
2 min readMar 21, 2023

Welcome back! Java is an awesome programming language that’s been around for a long period of time, guess what? Java just got another big update, this is actually the 20th version of the Java programming language! So, let’s take a look at some of the updates within Java 20!

Scoped Values

This version of Java actually brings scoped values, this enables sharing of immutable data within threads! This should improve your projects in terms of ease of use, robustness, and performance as well! You can check out more about scoped values below:

Record Patterns

This update also brings some updates with record patterns as well, this extends pattern matching for more sophisticated data queries! Here’s a link you can learn more about this change:

--

--

Manpreet Singh
Manpreet Singh

No responses yet