Question from the Java test

How to print a multiline string in Java 17

Medium

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

String hello = """
	Hello, "multiline" text blocks!
	""";
System.out.println(hello);
Author: LoïcStatus: PublishedQuestion passed 364 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!