String Buffer: Difference between revisions

Content deleted Content added
Nominated for deletion; see Wikipedia:Articles for deletion/String Buffer. (TW)
the presence of a stringbuffer type has very little to do with OOP; it has to do with immutable strings, which e.g. Prolog has too
Line 3:
<!-- For administrator use only: {{Old AfD multi|page=String Buffer|date=20 May 2013|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
In some [[object-oriented programming language]]s, a '''String Buffer''' is an alternative to a String. It has the ability to be altered through adding or appending, whereas a String is normally fixed or [[Immutable object|immutable]].
 
== In Java ==