
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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. |
Advertisements