Consider the following java program :
String message = "Hello"; String m = "He"; m = m + "llo"; String message2 = "Hello&qu