AJAX - Quiz

  • A WebRequestObject
  • B HttpRequestObject
  • C XMLHttp
  • D XMLHttpRequestObject
  • A To handle errors during AJAX requests
  • B To specify the request method
  • C To define the callback function for handling server responses
  • D To set the content type of the request
  • A To close the current XMLHttpRequest object
  • B To open a new browser window
  • C To initialize a request
  • D To retrieve the response text
  • A JavaScript Object Notation
  • B Java Standard Object Notation
  • C JavaScript Oriented Notation
  • D Java Serialized Object Notation
  • A ajaxRequest()
  • B sendRequest()
  • C httpRequest()
  • D $.ajax()
  • A To initiate a POST request
  • B To retrieve JSON data from the server using GET
  • C To serialize form data
  • D To send a synchronous request