Page 1 of 1

About Question enthuware.jwpv6.2.839 :

Posted: Wed Nov 07, 2012 9:03 am
by denis
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

Re: About Question enthuware.jwpv6.2.839 :

Posted: Wed Nov 07, 2012 7:45 pm
by admin
A statement to make it clear that the service method isn't overridden has been added.

thank you for your feedback!