Understanding XMLHttpRequest XMLHttpRequest Properties of XMLHttpRequest Methods of XMLHttpRequest An object of XMLHttpRequest is used for asynchronous communication between client and server.…
xmlhttprequest
-
-
Comment Form Example using AJAX in Java In this example, we are creating a form to post comment. The form data is…
-
How AJAX works? AJAX communicates with the server using XMLHttpRequest object. Let’s try to understand the flow of ajax or how ajax…
-
Search Example using AJAX in Java In this example, we are creating a form to search employee by name using ajax in…
-
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…