This document discusses the java.util.StringTokenizer class which allows breaking a string into tokens. It describes the constructors and methods of StringTokenizer, including how to count, check for, and retrieve the next token. An example program demonstrates its use by tokenizing a sample string and outputting the results.
Related topics: