AJAX - Quiz

  • ANon-magnetic materials
  • BDiamagnetic materials
  • CParamagnetic materials
  • DFerromagnetic materials
  • 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 store the response data
  • B To track the status of the XMLHttpRequest object
  • C To set the request headers
  • D To define the request method