Advertisement

String Buffer is a peer class of String that provides much of the functionality of strings

String Buffer is a peer class of String that provides much of the functionality of strings String represents fixed-length, immutable character sequences while String Buffer represents grow able and writable character sequences.

String Buffer may have characters and sub strings inserted in the middle or appended to the end. It will automatically grow to make room for such additions and often has more characters preallocated than are actually needed, to allow room for growth.

strings

Post a Comment

0 Comments