✏️ Explanatory Question

What is the purpose of the XMLHttpRequest object in AJAX?

👁 131 Views
📘 Detailed Answer
🟢 Easy
131
Total Views
10
Related Qs
0%
Progress
💡

Answer with Explanation

Answer: The XMLHttpRequest object is a core component of AJAX. It is used to interact with servers and send or receive data asynchronously. It provides methods and properties to initiate and manage HTTP requests, allowing data to be sent to or retrieved from a server without requiring a full page reload.