What is the fundamental behind Ajax?

Submitted by: Muhammad
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
Submitted by: Muhammad

Read Online XMLHttpRequest Job Interview Questions And Answers