StringTokenizer for?
One of hundreds of answers available with our premium content service.
A: The standard java.util.StringTokenizer class is a special type of Enumeration that represents segments of a string, which may be separated by one or more "delimiters". When you construct a StringTokenizer with a comma delimiter, it will identify each word in a comma separated list for instance.
… full answer hidden
Premium members click below for full answer
What is a StringTokenizer for?