XMLHttpRequest Question:
Download Questions PDF

What is the fundamental behind Ajax?

Answer:

XmlHttpRequest is the fundamental behind Ajax. This allows the browser to communicate to a back end server asynchronously.XmlHttpRequest object allows the browser to communicate with server with out posting the whole page and only sending the necessary data asynchronously

Download XHR2 Interview Questions And Answers PDF

Previous QuestionNext Question
What is CORS? How does it work?How can we consume data directly in web services?