what is the Difference between String, String Builder, and String Buffer. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the Difference between String, String Builder, and String Buffer.

30th Dec 2019, 9:14 AM
Somasuntharam Harsana
Somasuntharam Harsana - avatar
2 Answers
+ 5
string - immutable StringBuilder - fast, mutable, not thread safe StringBuffer - mutable, synchronized
30th Dec 2019, 9:18 AM
Michal
Michal - avatar
30th Dec 2019, 10:21 AM
Avinesh
Avinesh - avatar