What are the advantages and Disadvantage of Ajax?
Answer / Jaya Dixit
Advantages:
1. Improved user experience due to faster page loading.
2. Reduced server load due to fewer full-page refreshes.
3. Better responsiveness to user actions.nnDisadvantages:
1. 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does java have support for comet style server-side push?
What about applets and plugins?
Is ajax an api?
Did adaptive path invent ajax? Did google? Did adaptive path help build google's ajax applications?
What kinds of applications is ajax best suited for?
Define the role of the Update Panel?
What are the different ready states of a request in ajax?
Is ajax a technology platform or is it an architectural style?
How we can send more values through the response text?
How ajax work ?
What are the common problems (errors) you get while implementing AJAX?
Can you list some examples of ajax-based applications?