How to use Servlets and Ajax?
Asked 07 September, 2021
Viewed 2.5K times
  • 53
Votes

I'm very new to web apps and Servlets and I have the following question:

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?

7 Answer