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
Whats with the -alpha in the install instructions?
What are the types of send() method used for xmlhttprequest?
Should I consider ajax?
Describe ajax control extender toolkit? : asp.net ajax
How do we create a thread to do ajax polling?
Does ajax have significant accessibility or browser compatibility limitations?
How do I access data from other domains to create a mashup with java?
What is the difference between javascript and ajax?
How we can send more values through the response text?
Is there any use abilities problems in ajax?
What is a simple example of where a ajax request would be used?
Describe the formats and protocols used by ajax?
Can I use asp.net ajax with any other technology apart from asp.net?
When do I use a synchronous versus asynchronous request?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax