What is AJAX?
January 16, 2008 · Filed Under AJAX Interview Questions, Placement Questions
![]() Don't want to miss a single bit? Subscribe By Email for Daily Jobs |
Ajax is an acronym for ?Asynchronous JavaScript And XML.? Web pages are endowed with snippets of code that can access remote services (like web services) and not refresh the page. This prevents ?round tripping? which is the cause for display flicker and slow response times.
Related Articles
- What is the role of Ajax in enhancing user experience?
- Are there any security issues with AJAX?
- Does AJAX work with Java?
- What are the different frameworks available In AJAX?
- Is the server or the client in control in AJAX?


