AJAX (Asynchronous JavaScript and XML)
Definition: AJAX is a technique used in web development to create asynchronous web applications. It allows data to be retrieved from the server without interfering with the display and behavior of the existing page.

