class Test2 { public static void main(String args[]) { // String str = new String(); str += "aaa"; str += "bbb"; str += "ccc"; } }