String Buffer: Difference between revisions

Content deleted Content added
BOT--Reverting link addition(s) by 166.42.39.208 to revision 356597535 (http://javaencastellano-hibernate.blogspot.com/2010/06/stringbuffer-en-java.html)
Implications: not really
Line 25:
 
<code>StringBuffer</code> and <code>StringBuilder</code> are included in the {{Javadoc:SE|package=java.lang|java/lang}} package.
 
However, unless your application is very time critical, it is more practical to use only <code>StringBuffer</code>, to make your program code more sharable.
 
== In .NET ==