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.



When selecting the states by giving the country as input using ajax cal, how can we ensure that ev..

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

Post New Answer

More JavaScript Interview Questions

What is strict mode?

0 Answers  


How would you compare two objects in JavaScript?

0 Answers  


Explain spread operator in javascript?

0 Answers  


Will javascript be replaced?

0 Answers  


Where do I write javascript code?

0 Answers  






How generic objects can be created?

0 Answers  


What is nodetype in javascript?

0 Answers  


What is the difference between the operators '==' and '==='?

0 Answers  


Which javascript is best?

0 Answers  


Explain the role of deferred scripts in javascript?

0 Answers  


What is the source code for include() & forwrd() method servlet program?

1 Answers  


What are escape characters in javascript?

0 Answers  


Categories