Java
Programming and Technical
Programming
Definition
What is the difference between StringBuffer and StringBuilder ?
Read Solution (Total 2)
-
- String Buffer is mutable
StringBuilder is immuatble - 9 years agoHelpfull: Yes(1) No(3)
- String buffrer=mutable and thread safe
String builder=immutable and has no thread safe - 9 years agoHelpfull: Yes(0) No(1)
Java Other Question