What is the Difference between AJAX and Javascript?

Answers were Sorted based on User's Feedback



What is the Difference between AJAX and Javascript?..

Answer / sandesh magdum

AJAX is not different from Javascript.
Like , a child can't be differentiated by a mother.
AJAX is a acronym for 'Asynchronous Javascript And XML'.

AJAX is a new approach towards page reloading.

If you want a specific book , you will purchase that book
and not the whole book store.

Similarly if you want a small part of the data in a web page
, you will not go for whole page reload, you woould prefer
to get the data you want.


Is This Answer Correct ?    87 Yes 9 No

What is the Difference between AJAX and Javascript?..

Answer / nagasaichand

AJAX is a part of Javascript programming. Javascript is just
a client-side scripting language that is used to control a
web page once a user has downloaded the page. AJAX is a
particular usage of Javascript in which javascript
communicates with the remote script and receives the
response from the server, without having to reload the whole
page.

Javascript is a client-side scripting programming
language... AJAX is a technique incorporating the use of
Javascript, a server-side scripting language, and XML. But
javascript is the main core of ajax-based systems. AJAX
stands for Asynchronous Javascript and XML

Is This Answer Correct ?    48 Yes 8 No

What is the Difference between AJAX and Javascript?..

Answer / rajesh

You can say... AJAX is a technique to send a request to
server.
Using AJAX concepts.. you are sending XMLHttpRequest
(...not httpRequest)to the server. If you want to send
multiple request from the same page with reloading entire
page on every request..you can go for AJAX.

Is This Answer Correct ?    32 Yes 12 No

What is the Difference between AJAX and Javascript?..

Answer / prashant renge

Ajax :
Ajax is the acronym for Asynchronous JavaScript and XML.
It incorporates a suite of technologies aimed at improving
user experience with web pages. It also allows programs
written in different programming languages on different
browsers to communicate with each other. Translation,
communication and function between web applications happens
remotely and, ideally, instantaneously. Another primary aim
of Ajax is to reduce user delay when interacting with web
pages. Ajax frameworks and technological components allow
web applications to function on an as-need basis without
requiring the re-loading of the entire web page.

JavaScript :
It is client side language, usually for menus, validations
& other animations. It can't send remote request to server.

Is This Answer Correct ?    18 Yes 2 No

What is the Difference between AJAX and Javascript?..

Answer / dakshita

Reload some particular part on your application that time use ajax eg :not reload whole page it load some particular part. and java script use validation etc.

Is This Answer Correct ?    3 Yes 1 No

What is the Difference between AJAX and Javascript?..

Answer / vinay

That are Use
in other say in the web page
we are working on perticuler Frame
or say we can refresh A particuler website Frame

Is This Answer Correct ?    3 Yes 5 No

What is the Difference between AJAX and Javascript?..

Answer / naren

Javascript is used to client validation and ajax is used to
server side validation.

Is This Answer Correct ?    7 Yes 15 No

Post New Answer

More AJAX Interview Questions

Do ajax applications always deliver a better experience than traditional web applications?

0 Answers  


Describe how to handle concurrent ajax requests?

0 Answers  


What are the common problems (errors) you get while implementing AJAX?

1 Answers   Hoch Technologies,


What javascript libraries and frameworks are available?

0 Answers  


what is meant by AJAX and its purpose?

7 Answers  






Why we r using AJAX in ASP.NET ?

2 Answers   Satyam,


Why do we need ajax?

0 Answers  


What is the difference between synchronous and asynchronous requests?

0 Answers  


whether QTP sopports the ajax application

1 Answers   Wipro,


Why do you use ajax?

0 Answers  


Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?

0 Answers  


Which two methods are used for handling cross-domain ajax calls ?

0 Answers  


Categories