Custom Search

What is the basic difference between string and stringbuffer object ?

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