What is Ajax web programming?

AJAX – (Asynchronous Javascript and XML) is Javascript that sends XML to a web server which then sends back updates for specific sections of the web page, instead of the old way of updating the whole page. You can get more sophisticated applications this way.