Multiple Choice
What will be the tokens in the following statement? StringTokenizer strToken =
New StringTokenizer("January 1,2008",",",true) ;
A) The tokens will be:
January,1
2008
B) The tokens will be
,
Space
C) The tokens will be:
January
1
2008
Space
D) The tokens will be:
January
Space
1
,
Space
2008
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: If you are using characters other than
Q15: What will be the value of matches
Q40: If you do not specify delimiters in
Q41: What will be the value of loc
Q42: Look at the following code. Integer myNumber;<br>MyNumber
Q43: What will be the value of loc
Q43: Assuming that str is declared as follows:
Q44: What would be the results of executing
Q46: For the following code,how many times would
Q53: You must call a method to get