I know just the one diff.
1) String Class in Immutable--Means every time we change string, a new object is created & then assigned to the string.
StringBulder Class is Mutable--Means New Object is not created everytime a string is updated.
Is the above diff. rite or wrong????
ny More DIfferences????????/