23 Jun 2020

java 13/14 text blocks

The text blocks improve code readability. No escaping, new line or tabs characters appear in the string...

21 Jun 2020

java 14 records

We can create a class with instance fields, constructor, toString(), hashCode(), equals() and getters with a single line of code ...