Question from the Java test

How to print a multiline string in Java 17

Hard

In Java 17 what is the result of running this block of code

String hello = """
	Hello, "multiline" text blocks!
	""";
System.out.prinln(hello);
Author: LoïcStatus: PublishedQuestion passed 258 times
Edit
1
Community Evaluations
developer avatar
Quentin
07/01/2024
Une des features de Java 15+