We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3faec9f commit c411442Copy full SHA for c411442
Java14API/src/main/java/java14/TextBlockVsString.java
@@ -13,8 +13,7 @@ public static void main(String[] args) {
13
+ " Platz 8: BMW Group\n"
14
+ " Platz 9: Deloitte\n"
15
+ " Patz 10: Roche Deutschland Holding GmbH\n"
16
- + "Und diese Arbeitgeber:innen sind f�r Frauen am besten\n"
17
- + "Fazit: Es lohnt sich Firmen-Bewertungen zu checken\n";
+ + "Viel Glück!\n";
18
System.out.println(strTraditional);
19
20
String strTextBlock = """
@@ -29,8 +28,7 @@ public static void main(String[] args) {
29
28
Platz 8: BMW Group
30
Platz 9: Deloitte
31
Patz 10: Roche Deutschland Holding GmbH
32
- Und diese Arbeitgeber:innen sind f�r Frauen am besten
33
- Fazit: Es lohnt sich Firmen-Bewertungen zu checken
+ Viel Glück!
34
""";
35
System.out.println(strTextBlock);
36
}
assets/java11features/07-StringMethods-1.png
59.7 KB
0 commit comments