What is advantage of ajax?


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

Post New Answer

More AJAX Interview Questions

What is the importance of client-side libraries? : asp.net ajax

0 Answers  


What is the difference between AJAX using .net over AJAX using Java?

2 Answers   Wipro,


What are the basic controls in asp.net ajax?

0 Answers  


What are all the features of Ajax?

1 Answers  


Are ajax applications easier to develop than traditional web applications?

0 Answers  






What are limitations of ajax?

0 Answers  


List some advantages and disadvantages of using ajax.

0 Answers  


Is it possible to set session variables from javascript?

0 Answers  


In what way are proxyless calls different than the proxied calls in ajax?

0 Answers  


How we can send more values through the response text?

0 Answers  


Describe how to handle concurrent ajax requests?

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  


Categories