What is an ajax request and what is a simple example of where a ajax request would be used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AJAX Interview Questions

Can ajax be implemented in browsers that do not support the xmlhttprequest object?

0 Answers  


How can we cancel the XMLHttpRequest in AJAX?

1 Answers  


How can you find out that an AJAX request has been completed?

1 Answers  


What are the components of the asp.net ajax architecture? : asp.net ajax

0 Answers  


What meaning has asp.net ajax?

0 Answers  






Explain fetch api in javascript?

0 Answers  


What does the dynamicpopulateextender control do? : asp.net ajax

0 Answers  


List some advantages and disadvantages of using ajax.

0 Answers  


Explain the limitations of ajax? : asp.net ajax

0 Answers  


Would we be able to call server-side code from javascript?

0 Answers  


How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?

2 Answers  


What's the diff b/w destructor and garbage collector?

2 Answers   Hoch Technologies,


Categories