Multiple Choice
When creating a string object,if a character array and two integers are passed to the constructor,then the created string consists of:
A) the characters of the array from the first value for as many characters as the second value
B) the characters of the array from the first value to the second value
C) all of the characters except those from the first value to the second value
D) there is no such constructor
Correct Answer:

Verified
Correct Answer:
Verified
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
Q88: string objects are _ and StringBuilders are
Q89: Method Match will only return a single
Q91: The bounds on a string are always:<br>A)
Q92: strings cannot be changed.