单项选择题

A.字符赋值频繁使用StringBuilder
B.当字符赋值少使用String
C.需要拼接的用户String
D.当多个线程同步操作数据,使用StringBuffer