Nuacht

Why won't StringTokenizer tokenize! (Java) Spatula Jan 20, 2002 Jump to latest Follow Reply ...
The tokenize () method is a wrapper for the StringTokenizer class. The StringTokenizer constructor takes two String arguments: one for the input and one for the delimiter.
EX-No:3 (D) STRING TOKENIZER IN JAVA AIM: To create a Java program using the StringTokenizer class that tokenizes a string "My name is Java Programming" on the basis of whitespace.