Multiple Choice
When creating a String object,if a character array and two integers are passed to the String constructor,then the created String contains:
A) the characters of the array from the index specified by the first integer for the number of characters represented by the second integer.
B) the characters of the array from the index specified by the first integer to the index specified by the second integer.
C) all of the characters except those between the indices represented by the two integer values.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: The Equals method is used to see
Q7: Method AppendFormat allows:<br>A)numbers to be inserted in
Q8: When the Trim method is passed a
Q9: Lexicographical comparison refers to the comparison of
Q11: Method EnsureCapacity is used to return the
Q12: If a Replace method is passed (
Q13: Method Replace can be used to get
Q14: Replace is a method that allows the
Q68: To make a search return between 10
Q86: If two StringBuilder objects contain the same