๐Ÿงช AJAX MCQ Quiz Hub

AJAX Mcq Question Set 2

Choose a topic to test your knowledge and improve your AJAX skills

1. Which property returns the response data as XML data?




2. Which property returns the status-number of a request?




3. Which property returns the status-text?




4. "GET is simpler and faster than POST." โ€“ Is this statement true?




5. Which is the correct syntax to add HTTP headers to the request?




6. How to convert the below statement to the synchronous request? xhttp.open("GET", "info.php", true);




7. Which are the two properties to hold the status of XMLHttpRequest?




8. If the value of status property is 404, what does it mean?




9. The ______ function is called every time the readyState changes.