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

Who is using ajax?

0 Answers  


What is the limitation of AJAX ?

0 Answers  


How ajax work ?

0 Answers  


How can we handle concurrent requests?

1 Answers  


how to send more values through respnseText

2 Answers  






Does ajax have significant accessibility or browser compatibility limitations?

0 Answers  


What is the difference between javascript and ajax?

0 Answers  


What's the diff b/w destructor and garbage collector?

2 Answers   Hoch Technologies,


Whats with the -alpha in the install instructions?

0 Answers  


Is ajax built into javascript?

0 Answers  


Explain the limitations of ajax? : asp.net ajax

0 Answers  


Why is ajax called ajax?

0 Answers  


Categories