Below are the summary of prime 30 AJAX multiple choice questions and answers for skilled pdf and freshers novices. AJAX Multiple Choice Questions and Answers 1. What is AJAX ? A. is a programe B. is a country name C. is a football club name Ans: A 2. What sever support AJAX ? A. SMTP B. WWW C. HTTP Ans: C 3. AJAX Stands for: A. Asynchronous Javascript and XML B. Abstract JSON and XML C. Another Java Abstraction for X-Windows D. Another Java and XML Library Ans: A 4. What makes Ajax unique? A. It works as a stand-alone Web-development tool. B. It works the same with all Web browsers. C. It uses C++ as its programming language. D. It makes data requests asynchronously. Ans: D 5. What does the XMLHttpRequest object accomplish in Ajax? A. It's the programming language used to develop Ajax applications. B. It provides a means of exchanging structured data between the Web server and client. C. It provides the ability to asynchronously exchange data be...