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 |
How do we create a thread to do ajax polling?
What are the new features included in the microsoft ajax library? : asp.net ajax
Why does html_ajax hang on some server installs?
Describe the animation extender control and the method by which this control is utilized?
Describe Ajax With its Implementation Process ? Give an example?
How to send an ajax request in javascript?
Is it possible to upload a file using Ajax ? Reason
What are limitations of ajax?
Do we have to use http get/post for the ajax calls?
Why is html_ajax having stability issues on some installations?
When do I use a synchronous versus asynchronous request?
What is ajax method?