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.
Answer / atl
ajax call you can check through fiddler(or any debugger). it will show the request and response clearly.
and also, if the selecting states is an ajax call, then it will never use the cached data.
| Is This Answer Correct ? | 2 Yes | 2 No |
name any two javascript functions which are used to convert nonnumeric values into numbers?
Difference json arrary vs json object ?
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 source code for include() & forwrd() method servlet program?
What is a “closure” in JavaScript? Provide an example
How to add html elements dynamically with JavaScript?
What is meant by object oriented programming?
What is difference between scripting and programming?
What is client side in javascript?
What is the potential disadvantage of using a sticky session?
Is dart better than javascript?
What are the different boolean operators in JavaScript?