Multiple Choice
The StringBuilder constructor used in the following statement will... StringBuilder str = new StringBuilder(25) ;
A) give the object,str,25 bytes of storage and store spaces in them
B) give the object,str,25 bytes of storage and not store anything in them
C) give the object,str,25 or more bytes of storage and store spaces in them
D) give the object,str,0 bytes of storage
Correct Answer:

Verified
Correct Answer:
Verified
Q4: If a string has more than one
Q19: What will be the tokens in the
Q31: The Character wrapper class provides numerous methods
Q31: For the following code,how many times would
Q32: To convert the int variable, number to
Q37: What will be the tokens in the
Q40: If you do not specify delimiters in
Q43: Assuming that str is declared as follows:
Q54: When using the StringBuilder class's insert method,
Q56: StringBuilder objects are immutable.