Answers for "when we use string buffer n builder?"

6

string buffer and string builder

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.
Posted by: Guest on January-22-2021

Code answers related to "when we use string buffer n builder?"

Browse Popular Code Answers by Language