Page 1 of 1

About Question enthuware.ocpjp.v7.2.1627 :

Posted: Tue Sep 03, 2013 6:27 am
by sinapse
"It has three constructors - StringTokenizer(): Default delimiters, delimiters not returned as tokens StringTokenizer(String str, String delim): custom delimiters, delimiters not returned as tokens. StringTokenizer(String str, String delim, boolean returnDelims): custom delimiters, delimiters returned as tokens if returnDelims is true."

And after you create a StringTokenizer with:

StringTokenizer st = new StringTokenizer("this is a test");

Re: About Question enthuware.ocpjp.v7.2.1627 :

Posted: Mon Sep 09, 2013 3:40 am
by sinapse
StringTokenizer(String str)
Constructs a string tokenizer for the specified string.

Re: About Question enthuware.ocpjp.v7.2.1627 :

Posted: Mon Sep 09, 2013 5:37 pm
by admin
You are right. This has now been fixed.

thank you for your feedback!
Paul.