Copyright © 2001 Qusay H. Mahmoud
The HttpServlet
lIt is an abstract class that extends the GenericServlet abstract class
lIt provides a
convenient framework for handling the HTTP
protocol
lThese two classes (GenericServlet and HttpServlet)
ease the task of writing servlets
lIn the simplest case, you need to
provide implementation for service()