AJAX and JSON

IntroductionAjax (AJAX) stands for Asynchronous JavaScript And XML request. It is a set of techniques using on the client side to create asynchronous requests to the server. With Ajax, web applications can send and retrieve data from a server without interfering with the display and behaviour of the existing page.…