can anyone tell me. What exactly is Ajax request? Is it different from Servlet Request?
An AJAX request is made (using Javascript) from the client, while a servlet request is made (using, I suppose, Java) from the server.
I suggest you look it up on Wikipedia or some other place.