x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Answers and Solutions

What's Your Question?
Answer
Ajax stands for Asynchronous Javascript and XML Its a technology to communicate with server without page refresh... It uses / downloads ajax engine on client side that will communicate with server by making asynchronous requests. When any action / event occurs on the page, javascript is called, which creates object of xmlhttprequest , and sends the request to server asynchrously , receives the data on the client , updates the html with this data and renders it to the browser.
Answer

Asynchronous Java script and XML

Answer

Asynchronous JavaScript And Xml. A technique for achieving bi-directional, script-driven communications between Web browsers and servers via HTTP.

Answer

AJAX is Asynchronous JavaScript and XML.

 

AJAX is a technique for creating fast and dynamic web pages.

AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page.

Classic web pages, (which do not use AJAX) must reload the entire page if the content should change.

Examples of applications using AJAX:

Google Maps, Gmail, YouTube, and Facebook.

Answer

Asynchronous JavaScript and XML

The XMLHttpRequest object can be used to directly call server-side objects like pages and web services. These pages and web services will either save and/or return data. Ajax was originally an acronym forAsynchronous JavaScript and XML.

Post Answer and Earn Credit Points

Get 5 credit points for each correct answer. The best one gets 25 in all.

Post Answer