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
Why do we use ajax?
What are the difference between AJAX and Javascript?
What are the requirements to run asp.net ajax applications on a server? : asp.net ajax
What are the advantages and disadvantages of ajax?
What is the role of scriptmanager in ajax?
What is the disadvantage of ajax?
What are the real web applications of ajax currently running in the market?
How to handle multiple async ajax requests?
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
What technologies are being used in ajax? : asp.net ajax
Is the server or the client in control?
What is the purpose of xmlhttprequest?
What do I do on the server to interact with an ajax client?
Can we call server-side code from javascript? : asp.net ajax