HttpServlet
Overview
Creates a class which extends the HttpServlet class from the javax.servlet.http
library. Http Servlets are special servlets that are designed to handle HTTP requests
and respond to the requests usually with HTML.
Participants
className
- name of the class.
- generates the doGet operation.