"When a String object is concatenated actually a new String object is created, the previously reffered String is eligible for garbage collection. "
Why the previously refered string is eligible for garbage collection. I think when we concatanate a string, new string reference is created and the previous string remains as it is.
Plez clarify..