AJAX What is AJAX Question #19096
Single Choice Easy

QWhich object is commonly used to create an XMLHttpRequest in JavaScript?

ID: #19096 What is AJAX 128 views
Question Info
#19096Q ID
EasyDifficulty
What is AJAXTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A WebRequestObject
  • B HttpRequestObject
  • C XMLHttp
  • D XMLHttpRequestObject
Correct Answer

Explanation

The XMLHttpRequest object is commonly used in JavaScript to interact with servers asynchronously. It provides methods for making HTTP requests and handling server responses without reloading the entire page.

Share This Question

Challenge a friend or share with your study group.