Java text block can be thought of as a two dimensional block of text embedded in a Java program.

Text blocks are string literals that can comprise multiple lines of text and uses triple quotes (""") as its opening and closing delimiter.


Comments