Answer Posted / karthikamburu
Ajax (sometimes called Asynchronous JavaScript and XML) is
a way of programming for the Web that gets rid of the
hourglass.The web pages get refreshed asynchronously to
fetch the
responses from servers irrespective of client requests.This
will reduce the client interactions with the server every
time
it needs to get the most recent data.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Is ajax built into javascript?
Did adaptive path invent ajax? Did google?
Is ajax a technology platform or is it an architectural style?
How to create an ajax website using visual studio?
Describe Ajax With its Implementation Process ? Give an example?
Methods of consuming web services in AJAX?
What is the minimum version of php that needs to be running in order to use html_ajax?
Difference between server-side ajax framework and client-side ajax framework?
Explain limitations of ajax.
How can you find out that an ajax request has been completed? : asp.net ajax
What javascript libraries and frameworks are available for ajax support?
What are the technologies used by ajax?
What is the importance of client-side libraries? : asp.net ajax
How do I handle the back and forward buttons?
What are the important methods of xmlhttprequest?