Login
Remember
Register
Ask a Question
List advantages of using Ajax in web development
0
votes
asked
Aug 8, 2023
in
AJAX
by
sharadyadav1986
List advantages of using Ajax in web development
ajax-web
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 8, 2023
by
sharadyadav1986
Following are few advantages of using Ajax in web development:
Ajax reduces latency-response time in both Request/Response.
XMLHttpRequest object in Ajax is highly responsive in data transfer in specific areas without page reload.
Asynchronous calls to Server prevent client’s wait for data before rendering.
Form validation is instant using Ajax.
Bandwidth use is reduced when Ajax is used in fetching and storing data from the database in the background without page reload.
...