Infogain interview question

what is the difference in string and stringbuffer

Interview Answers

Anonymous

29 Jul 2017

String is immutable mean memory allocated whenever new string appended where as in stringbuilder memory allocated to one time.

3

Anonymous

3 Jun 2019

String is immutable while stringbuffer is mutable means you can modify a stringbuffer object once you can create Ed it with out creating any new object

Anonymous

29 Jul 2017

String is immutable mean memory allocated only onl time where as in stringbuilder memory

5