Tuesday, 12 April 2011

What is the basic difference between string and stringbuffer object?

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

No comments:

Post a Comment