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

How are object properties assigned?

0 Answers  


Where do I put javascript code in html?

0 Answers  


How to add buttons in javascript?

0 Answers  


Write about the errors shown in javascript?

0 Answers  


List some unit testing frameworks javascript

0 Answers  


wap to accept an int array frm the user and print the lucky nos.

0 Answers  


How can you set position of the page (top and left) to 0 using javascript in one line code?

0 Answers  


What is Currying in Javascript?

0 Answers  


How do you trim in javascript?

0 Answers  


What is the concept of “functions as objects” and how does this affect variable scope?

0 Answers  


What is the difference between write and writeln in javascript?

0 Answers  


Why is javascript hoisting?

0 Answers  


Categories