Multiple Choice
If two StringBuilder objects contain the same string,then
A) they represent the same location in memory
B) they are two different objects
C) if one changes, so will the other
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q81: structs are like classes in that they
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)
Q87: When using the string constructor (char,int),the character
Q88: string objects are _ and StringBuilders are
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)