| Author |
what is StringTokenizer ?
|
manas ranjan mandal
Ranch Hand
Joined: Apr 02, 2008
Posts: 97
|
|
|
can any one explain me what is StringTokenizer class? What is the use of this class? How can we get the same behavior of StringTokenizer class using String class?
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
StringTokenizer javadoc If you are using Java 1.4 or above, you should use the String.split() method instead.
|
Joanne
|
 |
 |
|
|
subject: what is StringTokenizer ?
|
|
|