Java
Programming and Technical
Programming
StringBuilder is less efficient and slower than StringBuffer. State true or false.
Read Solution (Total 1)
-
- False. StringBuilder is not thread safe so it is much faster.
- 1 year agoHelpfull: Yes(0) No(0)
Java Other Question