Quest Global interview question

What is the basic difference between string and stringbuffer object?

Interview Answer

Anonymous

13 May 2012

String is an immutable object. StringBuffer is a mutable object.