Ajax interview questions and answers Q : What is ajax stands Asynchronous JavaScript and XML. Ajax is client side technology that uses asynchronous communication between client and web server. XMLHttpRequest (XHR) is a Object used to send requests to web server and return server response back without reloading the page. Update a part of page …
The post Ajax interview questions and answers appeared first on PHP Mysql Code.