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
Is ajax considered a programming language?
How do we abort the current xmlhttprequest in ajax?
How does one call a javascript function from the ajax code?
Why is html_ajax having stability issues on some installations?
Explain fetch api in javascript?
We used asynchronous server communication for a long time, what new thing is ajax bringing?
How to use ajax in updateprogress control?
What is json? : asp.net ajax
Do ajax applications always deliver a better experience than traditional web applications?
Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?
What are the requirements to run asp.net ajax applications on a server?
When do I use a synchronous versus a asynchronous request?
What is polling in ajax.
What are synchronous and asynchronous ajax requests?
What are ajax limitations?