Multiple Choice
If the Substring method is called on a string using only one argument, the method returns ______.
A) the character at the index specified by the argument
B) a copy of the string up to the index specified by the argument
C) a copy of the string starting after the index specified by the argument
D) a copy of the string starting at the index specified by the argument
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The _method returns a string array containing
Q2: A string _.<br>A) is only declared using
Q3: The Replace method takes_ as one of
Q5: The_ method concatenates the elements in a
Q6: The _property of a string returns the
Q7: The IndexOf method can take_ as arguments.<br>A)
Q8: The_ method locates the last occurrence of