| Author |
StringTokenizer Constructors
|
Chris Cairns
Ranch Hand
Joined: Jan 31, 2003
Posts: 48
|
|
|
Could someone explain to me what the conceptual difference is between the constructors of StringTokenizer? In particular, passing boolean false or true. Thanks!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56166
|
|
Did you try reading the javadoc? hth, bear [ April 08, 2003: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
|
One of will return the delimiters as tokens. That is the one which accepts a boolean as the second parameter, and it would have to be "true".
|
Please ignore post, I have no idea what I am talking about.
|
 |
 |
|
|
subject: StringTokenizer Constructors
|
|
|