

MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
1. |
The XMLHttpRequest object can be used to exchange data with a server behind the scenes |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
E. | |
Answer» B. FALSE | |
2. |
In status is 200 then, it defines? |
A. | Not Found |
B. | Forbidden |
C. | OK |
D. | None of the above |
Answer» D. None of the above | |
3. |
In Ajax, abort() is used for? |
A. | Returns the current request |
B. | Returns specific request information |
C. | Cancels the current request |
D. | Abort a new XMLHttpRequest object |
Answer» D. Abort a new XMLHttpRequest object | |
4. |
Which of the following is correct Syntax for creating an XMLHttpRequest object? |
A. | variable = XMLHttpRequest(); |
B. | variable = new XMLHttpRequest(); |
C. | variable = new.XMLHttpRequest(); |
D. | variable = get.XMLHttpRequest(); |
Answer» C. variable = new.XMLHttpRequest(); | |
5. |
The keystone of AJAX is the? |
A. | XML |
B. | HTTP |
C. | XMLHttpRequest |
D. | XMLHttp |
Answer» D. XMLHttp | |
6. |
In Ajax, Data is stored in? |
A. | XML |
B. | XHTML |
C. | XPHP |
D. | ASP.NET |
Answer» B. XHTML | |
7. |
AJAX is a programming language. |
A. | TRUE |
B. | FALSE |
C. | Can be true or false |
D. | Can not say |
Answer» C. Can be true or false | |
8. |
What is true about Ajax? |
A. | AJAX is a web development technique for creating interactive web applications. |
B. | Ajax update a web page without reloading the page |
C. | Ajax request data from a server - after the page has loaded |
D. | All of the above |
Answer» E. | |