Generic Servlets
This subclass of Servlet provides an init method that takes care of saving the ServletConfig parameter.
It provides several methods that use the ServletConfig object to return information.
It also provides a dummy destroy method.
In general, the class Servlet and GenericServlet provide methods to deal with request/response architectures in a protocol-independent way.