211k views
0 votes
A string with delimiters can be parsed into separate fields using the _____ class.

StringParse
ParseString
StringTokenizer
TokenizeString

1 Answer

0 votes

Answer:String Tokenizer

Explanation: String Tokenizer is a type of class that brings the strings into the the token form by splitting them. This method works on most of the component such as the strings, comments, numeric data etc. without any distinguishing behavior.

The stream tokenizer is supposed to be the best class for the execution of the tokenization mechanism.Thus the correct option is String Tokenizer

User JoeFletch
by
7.7k points