📌  相关文章
📜  字符串与字符串缓冲区之间的区别 - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:04.544000             🧑  作者: Mango

代码示例1
The main similarity between String and StringBuffer class is that both are 
thread safe.
The main difference is that String is immutable; StringBuffer is mutable.