📅  最后修改于: 2022-03-11 14:52:04.544000             🧑  作者: Mango
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.