Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

stringbuilder vs stringbuffer

They both mutable, they are exactly same but
String buffer is thread safe so it runs slower
than String builder.
We are using StringBuffer when we are doing parallel
testing since it is a thread safe.
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #stringbuilder #stringbuffer
ADD COMMENT
Topic
Name
5+5 =