Java: Text Block (JEP 378)
Text block is a new feature added from Java 15. As per JEP 378
A text block is a multi-line string literal that avoids the need for most escape sequences, automatically formats the string in a predictable way, and gives the developer control over ...
kumarpallav.dev2 min read