Which two scenarios are NOT safe to replace a StringBuffer object with a StringBuilder object?()

A . When using versions of Java technology earlier than 5.0. B . When sharing a StringBuffer among multiple threads. C . When using the java.io class StringBufferInputStream. D . When you plan to reuse the StringBuffer to build more than one string.

时间:2022-09-06 06:39:47 所属题库:OCJP(310-065)题库

相似题目