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 |
since are functions need to create a webpage is available in dhtml& html. then why we are going for javascript
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
What is the use of a boolean object in javascript?
How to load another html page from javascript?
Difference between the substr() and substring() in JavaScript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
What is the difference between java & javascript?
How will you create new object in javascript?
How to create scale in P info
When selecting the states by giving the country as input using ajax cal, how can we ensure that every time it is hitting the DB and fetching the data? Many time it may load from the cache.
How to change the background color of HTML document using JavaScript?
How to get the type of arguments passed to a function?