|
Ajax Interview questions with answers posted on August 12, 2008 at
18:00 pm by Rajmeet Ghai
Answer - ASP.NET Ajax Framework is used for implementing the
Ajax functionality......
Answer - Back functionality cannot work because the dynamic
pages don’t register themselves to the browsers history engine..........
Answer - Script Manager, as the name suggests is used to manage
the client side script of Ajax.............
Answer - Ajax is Asynchronous Java Script and XML. Here on
sending request to the server, one needn’t wait for the
response.................
Answer - Ajax Objects can be created by the following
syntax:.............
Answer - JSON is JavaScript Object Notation. JSON is a
safe and reliable data..........
Answer - XMLHttpRequest object is used to transfer data between
a client and a server.......
Answer - Ajax uses HTTP’s GET or POST. AJAX also uses
XMLHttpRequest protocol for requesting to the web server...............
Answer - AJAX function calls are sent in plain text to server.
These calls may easily reveal database...............
Answer - JavaScipt Closures can be used for handling concurrent
requests. A function can be written.............
Answer - If the page is expected to be shown in a search engine
like Google. Since Web crawlers don’t execute...............
Answer - By determining the readyState property value of
XMLHttpReqyest, One can know if the request...............
Answer - In order to store changes in the browsers web history
(enabling back and forward buttons)..............
|