单项选择题

Java中下列哪项不是String,StringBuffer,StringBuilder的使用场景()

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