public class Tester { public static void main(String[] args) { String s1 = "Hello"; String s2 = "5"; System.out.print( s1 + s2 ); } }