File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes what is StringTokenizer ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "what is StringTokenizer ?" Watch "what is StringTokenizer ?" New topic
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
    
    9
StringTokenizer javadoc

If you are using Java 1.4 or above, you should use the String.split() method instead.


Joanne
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what is StringTokenizer ?
 
Similar Threads
Translating messages
Parsing problem
Reading String contains space using Scanner (Its too Urgent please!!!!)
Java string help please
What is StringTokenizer?