What is the limitation of AJAX ?



What is the limitation of AJAX ?..

Answer / Manoj Kumar Rathor

The limitations of AJAX include:
1. Potential increased complexity of web development due to the need for JavaScript and AJAX knowledge.
2. Potential security risks if not handled properly (e.g., Cross-Site Scripting or CSRF attacks).
3. Requires careful consideration of compatibility issues across different browsers.
4. May not be suitable for applications requiring heavy data manipulation or complex calculations as the data is not always available offline.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Are there any frameworks available to help speedup development with ajax?

1 Answers  


Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.

1 Answers  


What is ajax method?

1 Answers  


Explain fetch api in javascript?

1 Answers  


How can javascript be debugged?

1 Answers  


How can we make a mashup with java by accessing other domains data?

1 Answers  


Is ajax an api?

1 Answers  


What is synchronous request in ajax?

1 Answers  


Who is using ajax?

1 Answers  


How to handle multiple async ajax requests?

1 Answers  


How do I handle concurrent ajax requests?

1 Answers  


What are synchronous and asynchronous ajax requests?

1 Answers  


Categories