Multiple Choice
After method EnsureCapacity doubles the StringBuilder instance's current capacity,if the new capacity is still lower than the value that the programmer wishes to ensure:
A) EnsureCapacity doubles capacity again
B) EnsureCapacity sets capacity to the requested number
C) EnsureCapacity sets capacity to one more than the requested number
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q55: Given the literal String object string1 =
Q56: If a number is formatted with the
Q58: The String Split method is used to
Q58: The Unicode character set has the same
Q59: When appropriate,using String objects instead of StringBuilder
Q61: Another way to concatenate a String is
Q62: You can find patterns in Strings by
Q63: Structures are like classes in that they
Q64: String indexers treat strings as:<br>A)binary code<br>B)ASCII code<br>C)arrays
Q65: Method Append allows various data-type values to