0
what is the Difference between String, String Builder, and String Buffer.
2 Antworten
+ 5
string - immutable
StringBuilder - fast, mutable, not thread safe
StringBuffer - mutable, synchronized
+ 2
This should help
https://code.sololearn.com/cSxvqwkmm0zm/?ref=app