package com.lang; class StringConcatDemo2 { public static void main(String[] args) { String s1 = "Hello".concat("World"); // s1 to b