implementation of ServletRequest and ServletResponse interfaces

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anurag275125
    New Member
    • Aug 2009
    • 79

    implementation of ServletRequest and ServletResponse interfaces

    Hello all,
    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
    I wanna know where the methods of the ServletRequest and ServletResponse interfaces are implemented.
Working...