Content deleted Content added
m minor edit |
|||
Line 30:
== See also ==
* [[
== Links ==
* The JavaDocs of <code>[http://java.sun.com/j2se/1.5.0/docs/api/java/lang/StringBuffer.html StringBuffer]</code>, <code>[http://java.sun.com/j2se/1.5.0/docs/api/java/lang/StringBuilder.html StringBuilder]</code> and <code>[http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html String]</code>, as well as the article [[StringBuffer and StringBuilder]].
* [http://www.java2s.com/Code/JavaAPI/java.lang/StringBuffer.htm The source code of these classes]
* [http://www-128.ibm.com/developerworks/java/library/j-jtp04223.html?ca=dgr-lnxw01JavaUrbanLegends Urban Performance Legends] - An article which involves a discussion of immutable objects with respect to [[object-oriented design]]
[[ja:StringBufferとStringBuilder]]
|