Page 1 of 1

About Question enthuware.jwpv6.2.1092 :

Posted: Thu Jan 17, 2013 5:15 pm
by gurpreet_asrgndu
i dont remember the question no. but in that question's explanation you said that the request implicit object referes to implementation of HttpServletRequest class.

so in this question's explanation i think it should be

page : PageContext

request : HttpServletRequest

session : HttpSession

application : ServletContext

Re: About Question enthuware.jwpv6.2.1092 :

Posted: Thu Jan 17, 2013 8:10 pm
by admin
As per JSP section 1.8.2, "References to objects with request scope are stored in the request object."
Since HttpServletRequest extends ServletRequest, if you have a question that has HttpServletRequest as an option, then that is also correct. If you have both as options, ServletRequest is more correct.

HTH,
Paul.

Re: About Question enthuware.jwpv6.2.1092 :

Posted: Fri Apr 01, 2016 9:06 am
by lukenhung
admin wrote:As per JSP section 1.8.2, "References to objects with request scope are stored in the request object."
Since HttpServletRequest extends ServletRequest, if you have a question that has HttpServletRequest as an option, then that is also correct. If you have both as options, ServletRequest is more correct.

HTH,
Paul.
Hey Paul,
As you said ServletRequest is more correct,so why the answer in enthuware.jwpv6.2.972 is HttpServletRequest ? I

Re: About Question enthuware.jwpv6.2.1092 :

Posted: Fri Apr 01, 2016 8:37 pm
by admin
You are right. Fixed.
thank you for your feedback!
Paul.

Re: About Question enthuware.jwpv6.2.1092 :

Posted: Fri Apr 01, 2016 9:15 pm
by lukenhung
which one is correct now,Paul ? and how can I check the updated ?

Re: About Question enthuware.jwpv6.2.1092 :

Posted: Sat Apr 02, 2016 4:38 am
by admin
Sorry, I wasn't too clear. ServletRequest should be the correct one. The updated question bank will be uploaded to the download location. Once it is there, you will automatically be notified by ETS Viewer when you open the old question bank. It will also allow you to update your question bank.

-Paul.