Which object is heavily used in AJAX to interact with server-side data?

  • XMLHttpRequest
  • JSON
  • DOM
  • Console
XMLHttpRequest is a crucial object used in AJAX (Asynchronous JavaScript and XML) to make HTTP requests to the server and interact with server-side data without requiring a page reload. It allows for asynchronous communication with the server, making web applications more dynamic and responsive.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *