Multiple Choice
If an IndexOfAny method is passed an array of characters it:
A) finds the first occurrence of each letter in the String
B) searches for the first occurrence of any of the characters in the String
C) will search for the first occurrence of the sequence of characters
D) generates an error
Correct Answer:

Verified
Correct Answer:
Verified
Q40: To obtain a single character from a
Q41: Method Insert can only be used on
Q42: When using the Replace method,the first character
Q43: When a number is passed as an
Q44: Method xe "Concat method of class String"Concat
Q46: Concatenating two Strings merges the two Strings
Q47: There is no direct way of converting
Q48: The method IsWhiteSpace is used only to
Q49: Class xe "StringBuilder class"StringBuilder is used to:<br>A)create
Q50: The expression New String("America",4,2)creates a string with