Multiple Choice
What will be the tokens in the following statement?
StringTokenizer st =
New StringTokenizer("9-14-2014", "-", true) ;
A) 9, 14, and 2014
B) 9, 14, 2014, and -
C) -
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The _ class is the wrapper class
Q10: Any _ argument passed to the Character
Q20: When working with the String and StringBuilder
Q21: The term _ commonly is used to
Q23: The _ method returns a copy of
Q25: What will be displayed after the following
Q26: What will be displayed after the following
Q28: For the following code, how many times
Q29: What will be displayed after the following
Q37: The String class's valueOf method accepts a