AJAX, which is an acronym for Asynchronous JavaScript and XML, is a technique for building fast and dynamic web pages. With this technique, you can easily updates certain sections of a webpage without having to reload the entire web page. This is achieved by allowing the web page to exchange small bits of information with a server behind the scenes. Major web applications which make use of this technology include Google Maps, Facebook, Gmail and YouTube.
What is AJAX?
