can any one explain with examples
Related Discussion: Most efficient way to concatenate strings?
String is immutable ,,
That means we cannot change the string once declared .
String builder is mutable
This is the variety operation can be performed.we can change string ..