what is meant by AJAX and its purpose?

Answers were Sorted based on User's Feedback



what is meant by AJAX and its purpose?..

Answer / pritesh

AJAX IS WAY THAT PROVIDE MINIMAL PART OF PAGE TO BE REFRESH
RAHTER THAN REFRESH COMLETE PAGE, WHICH MAKE DATA SENT TO
SERVER & RECEIVE BY BROWSE MAKE LESS & INCRESE PERFOMANCE

Is This Answer Correct ?    47 Yes 12 No

what is meant by AJAX and its purpose?..

Answer / vivek gupta

in web development with the help of ajax we can retrive data from server
without refrashing or changing the behaviour of current page .

Is This Answer Correct ?    22 Yes 5 No

what is meant by AJAX and its purpose?..

Answer / padma

Asynchronous Javascript And XML.(AJAX).

The web pages get refreshed asychronously to fetch the
responses from servers irrespective of client requests.This
will reduce the client interactions with the server every time
it needs to get the most recent data.

Is This Answer Correct ?    23 Yes 8 No

what is meant by AJAX and its purpose?..

Answer / imrankabir

AJAX is used in asynchronous mode and client get data from
server parallel like in form validation if client enter
username and continue filling form and get response from
server for username whether is already exist or not and
client no need to wait for response and fill all form
without and resistance.

Is This Answer Correct ?    14 Yes 5 No

what is meant by AJAX and its purpose?..

Answer / karthikamburu

Ajax (sometimes called Asynchronous JavaScript and XML) is
a way of programming for the Web that gets rid of the
hourglass.The web pages get refreshed asynchronously to
fetch the
responses from servers irrespective of client requests.This
will reduce the client interactions with the server every
time
it needs to get the most recent data.

Is This Answer Correct ?    12 Yes 4 No

what is meant by AJAX and its purpose?..

Answer / karthikamburu

BY USING AJAX ,
IT CAN REDUCE THE PARTICULAR NETWORKTRAFFIC,
AND IT IS MOSTIL POPULAR IN INTERNET.

Is This Answer Correct ?    12 Yes 8 No

what is meant by AJAX and its purpose?..

Answer / jayapreetha

AJAX MEANS ASYNCHRONOUS JAVASCRIPT AND XML.IT IS USED ON
THE CLIENT SIDE TO CREATE INTERACTIVE WEB APPLICATIONS.

Is This Answer Correct ?    10 Yes 11 No

Post New Answer

More AJAX Interview Questions

Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?

0 Answers  


Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?

0 Answers  


Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?

0 Answers  


What are the requirements to run asp.net ajax applications on a server? : asp.net ajax

0 Answers  


What’s new is the prominent use of these techniques in real-world applications to change the fundamental interaction model of the web. Ajax is taking hold now because these technologies and the industry’s understanding of how to deploy them most effectively have taken time to develop.

0 Answers  






Which request is better with ajax, get or post?

0 Answers  


Why do you use ajax?

0 Answers  


What are Ajax applications?

0 Answers  


How do I send an image using ajax?

0 Answers  


How do I access data from other domains to create a mashup with java?

0 Answers  


Is ajax considered a programming language?

0 Answers  


What are the types of send() method used for xmlhttprequest?

0 Answers  


Categories