StringBuilder class

what is diff between String ,StringBuffer,StringBuilder
[62 byte] By [hai_karuppaIyana] at [2007-11-26 20:27:44]
# 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.
BillKriegera at 2007-7-10 0:55:39 > top of Java-index,Desktop,Runtime Environment...