Java just got a big update

Manpreet Singh
2 min readDec 21, 2021

Welcome back! Java is a very popular programming language with a ton of capability, if you’re new to this language, check out the link below to learn more about it:

Guess what? Java just got a big update, Java 18! So, let’s talk about some of my favorite updates to this programming language! If you want to check out their release log, here is a link to it:

Let’s get started!

UTF-8 Default

One of the biggest changes with this new version of JDK is with UTF-8, from now on, the default will now be UTF-8. You can learn more about this change with the link below:

--

--