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

Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?

0 Answers  


What is AJAX Framework?

1 Answers  


Is the ajaxcontroltoolkit.dll file installed in the global assembly cache? : asp.net ajax

0 Answers  


What are the basic controls in asp.net ajax?

0 Answers  


How many types of triggers are present in update panel?

1 Answers  






What is the role of the callback function in ajax?

0 Answers  


Define json?

0 Answers  


When do I use a synchronous versus a asynchronous request?

0 Answers  


What is the work of the conformonformsubmit property in the confirmbuttonextender control? : asp.net ajax

0 Answers  


What is Synchronous and Asynchronous AJAX request.

2 Answers  


When should I use an java applet instead of ajax?

0 Answers  


What is asp.net ajax? : asp.net ajax

0 Answers  


Categories