Monday 21 September 2015

Most recent asked AJAX Interview Questions and Answers

26. Is Ajax said to be a technology platform or is it an architectural style?
Ajax supports both technology and as architectural style.

27. How can AJAX applications be debugged?
Two tools are used for debugging:
    Fiddler for IE
    Firebug for Mozilla.

28. How can we cancel the XMLHttpRequest in AJAX?
Abort() method can be called to cancel the XMLHttpRequest in Ajax.

29. Is AJAX code cross browser compatible?
No, it is supporting cross browser compatible. If the browsers supports native XMLHttpRequest JavaScript object, then this can be used.

30. What is the name of object used for AJAX request?
XmlHttpRequest object is used for Ajax requests.

More Questions & Answers:-
Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

No comments:

Post a Comment