1. Question: Which is the XMLHttpRequest Object properties?

    A
    onreadystatechange

    B
    readyState

    C
    responseText

    D
    status

    E
    All

    Note: Not available
    1. Report
  2. Question: Which property is used to holds the name of the event handler that should be called when the value of the readyState property changes for Internet Explorer?

    A
    onreadystatechange

    B
    readyState

    C
    responseBody

    D
    responsXML

    E
    status

    Note: Not available
    1. Report
  3. Question: Which property is used to holds the state of the request

    A
    readyState

    B
    status

    C
    statusText

    D
    All

    Note: Not available
    1. Report
  4. Question: What is the objective of open method?

    A
    Opens a request to the server

    B
    Opens a request to the browser

    C
    gets all the HTTP headers

    D
    All

    Note: Not available
    1. Report
  5. Question: What is the purpose of send method?

    A
    Sends an HTTP request to the server

    B
    Sets the name and value of an HTTP header

    C
    Gets the value of an HTTP header

    D
    ALL

    Note: Not available
    1. Report
  6. Question: ________________Holds the state of the request

    A
    readyState

    Note: Not available
    1. Report
  7. Question: ______________Holds the response body as a string

    A
    responseText

    Note: Not available
    1. Report
  8. Question: The readyState property value 0 means__________.

    A
    Uninitialized

    B
    Loading

    C
    Loaded

    D
    Complete

    Note: Not available
    1. Report
  9. Question: _________________Holds the response body as XML

    A
    responseXML

    Note: Not available
    1. Report
  10. Question: ______________Opens a request to the server

    A
    open

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd