What is the Difference between AJAX and Javascript?
Answer Posted / 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 |
Post New Answer View All Answers
How can javascript be debugged?
What are different readystate in ajax?
Should I use xml or text, javascript, or html as a return type?
Does ajax have the same meaning as xmlhttprequest?
Describe how to handle concurrent ajax requests?
Describe the accordionextender control?
Is ajax a browser-dependent or a browser-independent script?
How can you find out that an ajax request has been completed? : asp.net ajax
Is there any use abilities problems in ajax?
Describe the formats and protocols used by ajax?
What is ajax method?
What are the difference between AJAX and Javascript?
How can you debug asp.net ajax applications?
is the xmlhttprequest object part of a w3c standard?
Is it true that the ajax application are much better than the classical internet applications?