StringTokenizer implements Enumeration interface - Wrapper classes

Q.  StringTokenizer implements the Enumeration interface
- Published on 10 Jul 15

a. True
b. False

ANSWER: True
 

    Discussion

  • Rupesh Bharuka   -Posted on 29 Sep 16
    StringTokenizer class allows an application to break a string into tokens. StingTokenizer is a legacy class in java that is retained for backward compatibility reason although its usage 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.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)