Bergabunglah dengan string di Java

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