Multiple Choice
The ____ is an attribute of the StringBuilder class that identifies the number of characters in the String contained in the StringBuilder.
A) capacity
B) length property
C) reference
D) anonymous object
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: When you declare a variable of a
Q18: A String variable name is not a
Q19: If you try to use an index
Q28: The _ method returns the length of
Q35: The _ method converts any object to
Q37: To alter just one character in a
Q46: String example1 = ""; <br>String example2 =
Q54: Match each term with the correct statement
Q68: StringBuilder greeting = new StringBuilder("Welcome home ");
Q73: Why would you use the append() method?