Understanding XMLHttpRequest XMLHttpRequest Properties of XMLHttpRequest Methods of XMLHttpRequest An object of XMLHttpRequest is used for asynchronous communication between client and server.…
AJAX Tutorial
-
-
AJAX JSON Example We can get JSON data by AJAX code. AJAX provides facility to get response asynchronously. It doesn’t reload the…
-
Understanding Synchronous vs Asynchronous Before understanding AJAX, let’s understand classic web application model and ajax web application model first. Synchronous (Classic Web-Application…
-
Java AJAX Email Finder Example We can create an AJAX example in Java which checks whether the given email id exists in…
-
Ajax Java Example with Database In this example, we are interacting with the database. You don’t have to make any extra effort.…
-
Ajax Java Example To create ajax example, you need to use any server-side language e.g. Servlet, JSP, PHP, ASP.Net etc. Here we…
-
AJAX Interview Questions A list of frequently asked AJAX interview questions and answers are given below. 1) What is AJAX? AJAX stands…
-
AJAX Technologies As describe earlier, ajax is not a technology but group of inter-related technologies. AJAX technologies includes: HTML/XHTML and CSS DOM…
-
Ajax Tutorial AJAX tutorial covers concepts and examples of AJAX technology for beginners and professionals. AJAX is an acronym for Asynchronous JavaScript…
-
Comment Form Example using AJAX in Java In this example, we are creating a form to post comment. The form data is…