The StringTokenizer class allows an application to break a string into tokens. Consider that you have a string which has delimiters in it and you want to break it into tokens. You can achieve this using String Tokenizer class, just in few lines of code. The same thing can also be achieved by standard string [...]
Archive for February 8th, 2008
StringTokenizer
Posted in Java, tagged Java, stringtokenizer, technical on February 8, 2008 | 7 Comments »