posted 22 years ago
Upon receiving a request, the servlet container/engine first calls the
service(ServletRequest req,ServletResponse res) method of the servlet.
Then the
service(ServletRequest req,ServletResponse res) method will call the
service (HttpServletRequestreq,HttpServletResponse res) method.
The service (HttpServletRequestreq,HttpServletResponse res) method will then analyze the request and call the appropriate doXXX() method.
This is the flow of control from the servlet container/engine to the doXXX() methods as defined in the HttpServlet javadoc and the SCWCD Exam Kit book.
Hope that was helpfull,
Andreas
=========================<br />SCJP2 (Passed with 89%)<br />SCJP2 (Passed with 93%)<br />Preparing for SCBCD<br />=========================