About Question enthuware.jwpv6.2.839 :
Posted: Wed Nov 07, 2012 9:03 am
I really don't understand this question.
EVERY request is managed by the service() method. HttpServlet by default redirects to the doXXX methods but I can define a HttpServlet child that overrides the service method and process the request without calling the doXXX method. Only service is guarantee to be called when a POST and a GET is issued.
I think is confusing...
Regards,
Denis
EVERY request is managed by the service() method. HttpServlet by default redirects to the doXXX methods but I can define a HttpServlet child that overrides the service method and process the request without calling the doXXX method. Only service is guarantee to be called when a POST and a GET is issued.
I think is confusing...
Regards,
Denis