What is AJAX / Asynchronous JavaScript and XML ?
AJAX or Asynchronous JavaScript and XML is used to create highly interactive and responsive web applications. All leading browse support JavaScript language, using which one can create responsive user interface as well as get necessary data from server in asynchronous way to update UI. Use of JavaScript and XML in this way is popularly known as AJAX.