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 protocols and forms in ajax?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
What is ajax and how does it work?
Did adaptive path invent ajax? Did google?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
How does one call a javascript function from the ajax code?
List some advantages and disadvantages of using ajax.
What is the predominant distinction between javascript and j-query?
How do I submit a form or a part of a form without a page refresh?
What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax
What is ajax used for?
What are ajax limitations?
Is json is a programming language?
Can I use ajax with microsoft's .net?
What is an ajax request and what is a simple example of where a ajax request would be used?