In Ajax, which is not a trigger present in update panel? Select one: a. PostBackTrigger b. SyncronousPostBackTrigger c. All are valid d. AsyncPostBackTrigger
b. SyncronousPostBackTrigger
In AJAX, which line will retrieve the XML DOM returned by the servlet? Select one: a. var xml = xmlHttpRequest.getResponse; b. var xml = ajaxReq.response; c. var dom = req.XML; d. var dom = xmlHttpRequest.responseXML;
d. var dom = xmlHttpRequest.responseXML;
This function of the XMLHttpRequest object sends the request to the server? Select one: a. run b. None of these. c. submit d. send
d. send
This object is used to make Ajax calls. Select one: a. Request b. HttpRequest c. XMLHttpRequest d. XMLRequest
c. XMLHttpRequest
This property of the XMLHttpRequest object will contain the event handler to be called when the readystatechange event is fired. Select one: a. onstatuschange b. None of these. c. onreadystate d. onreadystatechange
d. onreadystatechange
This property of the XMLHttpRequest object will have a value of 200 when the server sends back an HTTP response with an OK status code. Select one: a. readyState b. None of these. c. onreadystatechange d. status
d. status
This property of the XMLHttpRequest object will have a value of 4 when the server completes the requested operation. Select one: a. readyState b. None of these. c. onreadystatechange d. status
a. readyState
What is JSON in Ajax?
Select one:
a. Server-side component for handling Ajax requests
b. An Ajax event controller
c. JavaScript library for building Ajax applications
d. Data interchange format in JavaScript
d. Data interchange format in JavaScript
Which is not a control of Ajax? Select one: a. ScriptManager b. Timer c. UpdateProgress d. ScriptProxy e. UpdatePanel
d. ScriptProxy
Which is not a parameter used for jQuery.ajax method? Select one: a. Cache b. XML c. Data d. URL e. Type
b. XML
Which is not a jQuery effect? Select one: a. spin( ) b. fadeOut( ) c. hide( ) d. show( )
a. spin( )
Which CSS selector is not valid in jQuery? Select one: a. $( "#myDiv" ) b. $( "ul li:nth-child(2)" ) c. $( "*" ) d. All are valid. e. $( "li" )
d. All are valid.
Which is not a valid jQuery event method? Select one: a. blur( ) b. onload( ) c. change( ) d. error( )
b. onload( )
Which of these is not among the parameters used in the XMLHttpRequest open function? Select one: a. URL b. http method c. form data d. async on/off
b. http method
Which of the following values are supported by JSON. Select one or more: a. 05 b. NaN c. null d. undefined e. false
c. null
e. false
AJAX stands for:
Asynchronous JavaScript and XML
(jQuery == $) && (jQuery === $)
Select one:
True
False
True