Multiple Choice
What will be the tokens in the following statement? StringTokenizer strToken = new StringTokenizer("123-456-7890",
"-",true) ;
A) 123,456,and 7890
B) -
C) 123,456,7890,and -
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: What will be the tokens in the
Q31: The Character wrapper class provides numerous methods
Q32: To convert the int variable, number to
Q35: The StringBuilder constructor used in the following
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: Assuming that str is declared as follows:
Q54: When using the StringBuilder class's insert method,
Q56: StringBuilder objects are immutable.