Explain What is Ajax?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Prachi

    Asynchronous JavaScript or AJAX along with XML provides the latest technique for developing faster and better web applications. These applications are interactive and include XML, CSS, and HTML. Independent of web server software it refers to a web browser technique. It is also a viable rich internet application (RIA) technique which depicts the momentum of the industry. Without reloading the whole page it keeps the updated part on-page.

Related Questions

Please Login or Register to leave a response.

Related Questions

Ajax Interview Questions

Differentiate between Synchronous and Asynchronous Ajax requests.

Synchronous Ajax requests: In this, the script stops and waits for the server to reply before continuing. In web application world, one has to happen after the other, i.e. the interaction between the ..

Ajax Interview Questions

List some advantages and disadvantages of using Ajax.

Ajax is a very easy concept if one has a sound knowledge of JavaScript. It uses JavaScript functions to call methods fro..

Ajax Interview Questions

What are different readyState in Ajax.

There are total 5 ready state in Ajax:Value State Description0 UNSET Client has been created. Open() not yet calle..