Hello all,
we write the following line while developing servlet application by extending GenericServlet abstract class:
I wanna know where the methods of the ServletRequest and ServletResponse interfaces are implemented.
we write the following line while developing servlet application by extending GenericServlet abstract class:
Code:
public void service(ServletRequest request, ServletResponse response) throws ServletException, IOException