Ques:- What is AJAX and how does it work
Asked In :-
Object Frontier Software, Addweb solutions, Priya Softweb Solutions, TNQ Technologies, Oodles Technologies, Recodem, Novalnet e-Solutions, SWYM, Happiest Minds Technologies Pvt., Keyideas Infotech,
Right Answer:
AJAX (Asynchronous JavaScript and XML) is a web development technique that allows web pages to communicate with a server and update content asynchronously without reloading the entire page. It works by using JavaScript to send requests to the server, which can return data (often in JSON or XML format) that the browser can then use to update the webpage dynamically.
AJAX (Asynchronous JavaScript and XML) is a web development technique that allows web pages to communicate with a server and update content asynchronously without reloading the entire page. It works by using JavaScript to send requests to the server, which can return data (often in JSON or XML format) that the browser can then use to update the webpage dynamically.