StringTokenizer versus String.split()
807569Sep 28 2006 — edited Sep 28 2006I just discovered that the Stringtokenizer class exists, but I do not know when I should use it over the String class's split() method to parse a string into separate values.
Could someone explain the when to use one over the other?
Thank You,
John Gooch