0
StringBuffer
what is the differnce between stringbuffer and stringbuilder????
1 Answer
+ 4
Stringbuffer is synchronised, so you should use it by using multiple threads. Otherwise you can use Stringbuilder.
what is the differnce between stringbuffer and stringbuilder????