Multiple Choice
string objects are ________ and StringBuilders are __________.
A) immutable, immutable
B) immutable, mutable
C) mutable, immutable
D) mutable, mutable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q82: Method AppendFormat allows:<br>A) numbers to be inserted
Q83: There are many character methods,some of which
Q84: In order to concatenate a string with
Q85: Which is not a StringBuilder method<br>A) Insert<br>B)
Q86: If two StringBuilder objects contain the same
Q87: When using the string constructor (char,int),the character
Q89: Method Match will only return a single
Q90: When creating a string object,if a character
Q91: The bounds on a string are always:<br>A)
Q92: strings cannot be changed.