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 |
What is external javascript?
What is the most popular javascript library?
What are the data types in js?
How to create a popup warning box?
What is the difference between rootscope and scope?
How do you send a message to the browser in JavaScript?
Define escape() function?
What is the difference of "settimeout" function and setinterval functions in javascript
Name some of the ways in which Type Conversion is possible?
What are the problems associated with using javascript, and are there javascript techniques that you discourage?
What are the scopes of a variable in javascript?
What does => mean in node js?