guys how many objects are there?
String s="ankur";
String s1=s.append("kothari");
K&B says there are the 3 objects ankur, kothari and ankurkothari but kothari would be lost as no one references it...........is this true? i think so but want to be sure
thanks