A Servlet is a class that extends the HTTPServlet class. To use it, import the following packages:
import javax.servlet.*;
import javax.servlet.http.*;
A Servlet is Java code to implement a web-based application.
http://localhost:8080/YourApp