Multiple Choice
StringBuilder objects can be used in place of String objects if ________.
A) the string data is not constant
B) the string data size may grow
C) the programs frequently perform string concatenation
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: Which class is not a type-wrapper class?<br>A)
Q13: Consider the statements below: <br>StringBuilder sb =
Q14: An anonymous String _.<br>A) has no value<br>B)
Q15: Consider the Java segment: <br>String line1 =
Q16: To find the character at a certain
Q18: Given the following declarations: <br>StringBuilder buffer =
Q19: Which of the following is not a
Q20: Which of the following statements is true?<br>A)
Q21: How many String objects are instantiated by
Q22: Consider the Java segment: <br>String line1 =