Multiple Choice
When two integers are passed as arguments to the Substring method,it:
A) returns the characters from the first integer to the second
B) returns as many characters as the second integer starting at the first integer
C) returns as many characters as the first integer starting at the second integer
D) generates an error
Correct Answer:

Verified
Correct Answer:
Verified
Q49: Method Matches can be used to get
Q50: By default all quantifiers are lazy.
Q51: A string is less than another string
Q52: If an IndexOfAny method is passed a
Q53: The way to find out if two
Q55: Each StringBuilder has a limit of characters
Q56: If a number is formatted with the
Q57: The StartsWith and EndsWith methods see if
Q58: The Unicode character set has the same
Q59: Method LastIndexOf is used to find the