The Servlet interface has five methods, whose signatures are as
follows:
public void init(ServletConfig config) throws ServletExceptionpublic void service(ServletRequest request, ServletResponse response)
throws ServletException, java.io.IOExceptionpublic void destroy()public ServletConfig getServletConfig()public java.lang.String getServletInfo()

