Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
StringTokenizer implements Enumeration interface - Wrapper classes
Home
>>
Category
>>
Java (MCQ) questions and answers
>>
Wrapper classes
Q. StringTokenizer implements the Enumeration interface
- Published on 10 Jul 15
a.
True
b.
False
ANSWER: True
Related Content
Core Java (
160
)
JDBC (
45
)
Hibernate (
12
)
Struts (
26
)
EJB (
25
)
RMI (
23
)
JSP (
22
)
Servlets (
27
)
Applets (
24
)
AWT and Swing (
25
)
Wrapper classes (
15
)
Basic concept of Networking (
19
)
XML (
32
)
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
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲