One interviewer asked me that how many string object will create via using below code?
String s = new String("Test1"); s += "Test2"; Syste