Page 1 of 1

About Question enthuware.jwpv6.2.724 :

Posted: Thu Jul 26, 2012 12:32 pm
by ETS User
"In certain cases, the service(ServletRequest, ServletResponse) method of a servlet may not be called before doGet() method."

Why is this option not correct? How about if you call doGet() directly from doPost(), or from another method?

Re: About Question enthuware.jwpv6.2.724 :

Posted: Mon Jul 30, 2012 10:39 am
by admin
The question is talking about the calls invoked by the container. The container will never call doGet directly.

HTH,
Paul.