Custom Search
What is the basic difference between string and stringbuffer object ?
String is an immutable object. StringBuffer is a mutable object.
The prevalent collection of Java Interview FAQ’s with answers, explanations, code and much more.