Web Developers Question:
Download Questions PDF

How the Ajax is different?

Web Developers Interview Question
Web Developers Interview Question

Answer:

An Ajax application eliminates the start-stop-start-stop nature of interaction on the Web by introducing an intermediary - an Ajax engine - between the user and the server. It seems like adding a layer to the application would make it less responsive, but the opposite is true.

Instead of loading a webpage, at the start of the session, the browser loads an Ajax engine - written in JavaScript and usually tucked away in a hidden frame. This engine is responsible for both rendering the interface the user sees and communicating with the server on the user's behalf. The Ajax engine allows the user's interaction with the application to happen asynchronously - independent of communication with the server. So the user is never staring at a blank browser window and an hourglass icon, waiting around for the server to do something.

Download Web Developers Interview Questions And Answers PDF

Previous QuestionNext Question
What are a few personal web projects you have got going on?What is the W3C DOM?