Is there any use abilities problems in ajax?



Is there any use abilities problems in ajax?..

Answer / Mohammad Danish

Yes, AJAX does have certain limitations and potential challenges. Some of the common issues include: cross-browser compatibility (different browsers may handle AJAX requests differently), network latency (slower response times due to network conditions), security concerns (potential for XSS attacks or data exposure), and accessibility (some AJAX techniques can make it difficult for screen readers or other assistive technologies to function correctly).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

What is the difference between synchronous and asynchronous requests?

1 Answers  


Describe the situations in which ajax should not be used? : asp.net ajax

1 Answers  


What is the difference between proxied and proxyless calls?

1 Answers  


What are different readystate in ajax?

1 Answers  


What are the types of open() method used for xmlhttprequest?

1 Answers  


What is AJAX Framework?

1 Answers  


Is it possible to use fileupload control within the update panel?

1 Answers  


What are the requirements to run asp.net ajax applications on a server?

1 Answers  


What does the minimumprefixlength property of the autocompleteextender control do? : asp.net ajax

1 Answers  


What is JSON in Ajax?

1 Answers  


Why is html_ajax having stability issues on some installations?

1 Answers  


How can we cancel the XMLHttpRequest in AJAX?

1 Answers  


Categories