Quest Global Interview Question

What is the basic difference between string and stringbuffer object?

Interview Answer

Anonymous

May 13, 2012

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