What is the Difference between AJAX and Javascript?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
Answer / naren
Javascript is used to client validation and ajax is used to
server side validation.
| Is This Answer Correct ? | 7 Yes | 15 No |
Can you list some examples of ajax-based applications?
What javascript libraries and frameworks are available for ajax support?
Is ajax a technology platform or is it an architectural style?
Can I use asp.net ajax with any other technology apart from asp.net?
What role of #&& in querystring?
How can we detect asynchronous partial page postbacks?
What are the real web applications of ajax currently running in the market?
What are the advantages of Ajax?
What are the different ways to pass parameters to the server? : asp.net ajax
What are ajax limitations?
Should I use xml or text, javascript, or html as a return type?
Differentiate between synchronous and asynchronous ajax requests.