Have you dealt with ugly-looking concatenated strings littered with escape chars in SQL, and JSON in your Java code?
Did you ever find debugging why something threw a null pointer exception by going through the code and putting a debug point?
Haven’t we all? Java 15 is here to help.
In this video, you’ll learn:
🔹 How to use text blocks to write clean and readable strings for SQL, JSON
🔹 How Null pointer exceptions are much more readable
Github: https://github.com/automationhacks/ja...