How should I use servlets and Ajax?

Whenever I print something inside the servlet and call it by the webbrowser, it returns a new page containing that text. Is there a way to print the text in the current page using Ajax?

I’m very new to web applications and servlets.

7 Answers
7

Leave a Comment