Answers for "string vs stringbuffer."

2

string vs stringbuffer

The main similarity between String and StringBuffer class is that both are
thread safe. 
The main difference is that String is immutable; StringBuffer is mutable.
Posted by: Guest on December-05-2020
0

difference between string vs stringbuffer

The main similarity between String and StringBuffer class is that both are 
thread safe.
The main difference is that String is immutable; StringBuffer is mutable.
Posted by: Guest on December-05-2020

Code answers related to "string vs stringbuffer."

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language