java.lang.StringBuilder StringBuilder class is introduced in Java 5.0 version. This class is replacement for the existing StringBuffer class. If you look into the operations of the both the classes, there is no difference. If you are using StringBuilder, no guarantee of synchronization. This is the only difference with StringBuffer class. It is recommended that this [...]






July 24, 2008
0 Comments