Rejoignez des chaînes à Java

String a = "Hello";
String b = " World";
String c = a+b;
Lord Kirito