Answers for "does a stringbuilder take up more space than a string in java"

1

string vs stringbuilder

String is immutable and thread safe
String builder mutable and not thread safe
Posted by: Guest on January-05-2021

Code answers related to "does a stringbuilder take up more space than a string in java"

Browse Popular Code Answers by Language