What is the Difference between AJAX and Javascript?
Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages and Disadvantage of Ajax?
Would we be able to call server-side code from javascript?
Can we call server-side code from javascript? : asp.net ajax
What is the role of the callback function in ajax?
How do I access data from other domains to create a mashup with java?
What is an ajax request?
Is it compulsory to have script manager on the page when you are using any control of ajax control tool kit?
How do I abort the current xmlhttprequest?
What are the benefits of ajax?
Which are the trigger types that we find in update panel?
Did adaptive path help build google's ajax applications?
How does an ajax call work?
Do we have to use http get/post for the ajax calls?
How do I submit a form or a part of a form without a page refresh?
Why do we use the xmlhttprequest object in ajax?