Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

stringbuffer vs stringbuilder java

The StringBuffer and StringBuilder class both produces mutable string objects.
 The main difference between them is that StringBuffer is thread safe;
 StringBuilder is not thread safe.
 
PREVIOUS NEXT
Tagged: #stringbuffer #stringbuilder #java
ADD COMMENT
Topic
Name
8+4 =