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's the difference in HTML AJAX, ASP.Net AJAX?
Describe the accordionextender control?
What is the difference between json and ajax?
Is it true that ajax is code browser compatible?
What is the role of the callback function in ajax?
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax
What are the advantages and disadvantages of ajax?
What are Ajax applications?
Which request is better with ajax, get or post?
Can you list some examples of ajax-based applications?
Are there usability issues with ajax?
Which control you need to place on the page to show loading image?
What browsers does html_ajax work with?
Is ajax just another name for xmlhttprequest?
How do you know that an ajax request has completed?