- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Constructors of StringTokenizer class in Java.
Following are the important constructors of the StringTokenizer class.
Sr.No. | Constructor & Description |
---|---|
1 | StringTokenizer(String str) This constructor a string tokenizer for the specified string. |
2 | StringTokenizer(String str, String delim) This constructor constructs string tokenizer for the specified string. |
3 | StringTokenizer(String str, String delim, boolean returnDelims) This constructor constructs a string tokenizer for the specified string. |
- Related Articles
- StringTokenizer class in Java
- Methods of StringTokenizer class in Java.
- Constructors of StringBuffer class in Java.
- Constructors of StringBuilder class in Java.
- How can we use the StringTokenizer class in Java?
- Can an anonymous class have constructors in Java?
- StringTokenizer methods in Java
- What is the significance of the StringTokenizer class of the Java? Explain with an example?
- Type of Java constructors
- Constructors in Java\n
- Java StringTokenizer and String Split Example.
- Get all Constructors in Java
- What are constructors in Java?
- Can interfaces have constructors in Java?
- Can constructors be inherited in Java?

Advertisements