What is the use of the String Tokenizer



What is the use of the String Tokenizer..

Answer / naveen das

It is used to seperate a string using an delimiter similar
to explode function in PHP.
In javascript we use split.

Is This Answer Correct ?    11 Yes 4 No

Post New Answer

More JavaScript Interview Questions

Which built-in method returns the characters in a string beginning at the specified location?

0 Answers  


What is namespacing in javascript and how is it used?

0 Answers  


What is eager initialization in java?

0 Answers  


What is string in javascript?

0 Answers  


What does polyfill mean?

0 Answers  






How to detect browser name using JavaScript?

0 Answers  


What are the two basic groups of dataypes in javascript?

0 Answers  


Example of using regular expressions for syntax checking in javascript?

0 Answers  


How can you create an Object in JavaScript?

0 Answers  


Is java is a fully object object oriented language?

2 Answers  


What are the valid scopes of a variable in JavaScript?

0 Answers  


Write a program to reverse a string in pure javascript?

0 Answers  


Categories