Pages

Wednesday, July 14, 2010

Using String.split() instead of String Tokenizer

 

StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split method of String or the java.util.regex package instead.

No comments:

Post a Comment