MCQOPTIONS
Saved Bookmarks
| 1. |
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(); | |