StringBuilder class
what is diff between String ,StringBuffer,StringBuilder
# 1
I'm not sure why this is in the JRE forum, but I'll take a shot.String is in JRE version 1.0 and all subsequent versions.StringBuffer is in JRE version 1.0 and all subsequent versions.StringBuilder is in JRE version 1.5 (5.0) and all subsequent versions.