News

It’s not easy to keep up with Java’s frequent feature releases. If you missed sealed classes, text blocks, records, the new string methods, or the Optional class, let’s fix that.
I think that most experienced Java developers are aware of many of the many characteristics of the Java String that make it a little different than other objects. One particular nuance of the Java ...
Java 11 is getting long in the tooth, so many developers are moving to the next oldest version that's still supported, Java 17. Here's what's different.
Let's explore how you can enable preview features in Java 13 and subsequently demonstrate how to use a multi-line String literal in your code. This Java preview feature is known as the JDK 13 text ...
“These features remove boilerplate code and make code highly expressive, and intuitive — easy to both write and maintain.” Records is a preview feature in Java 14.
Java text blocks. Java has never prided itself on its ability to perform String manipulation.. Previously, the simple task of hard-coding formatted text within a Java program was difficult because it ...
Java 11 is getting long in the tooth, so many developers are moving to the next oldest version that's still supported, Java 17. Here's what's different.