多项选择题

String与StringBuffer的区别()。

A.String是不可变的对象,StringBuffer是可以再编辑的
B.String是常量,StringBuffer是变量
C.String是可变的对象,StringBuffer是不可以再编辑的
D.以上说法都不正确