"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");
About Question enthuware.ocpjp.v7.2.1627 :
Moderators: Site Manager, fjwalraven
-
- Posts: 27
- Joined: Sat Aug 31, 2013 5:38 pm
- Contact:
-
- Posts: 27
- Joined: Sat Aug 31, 2013 5:38 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1627 :
StringTokenizer(String str)
Constructs a string tokenizer for the specified string.
Constructs a string tokenizer for the specified string.
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v7.2.1627 :
You are right. This has now been fixed.
thank you for your feedback!
Paul.
thank you for your feedback!
Paul.
Who is online
Users browsing this forum: No registered users and 2 guests