JSP Page Object Request

In order to access the request object from a JSP page? Which step you must complete among the following:
a. call the getRequest method of the JSP page.
b. Use the getServletConfig method of the JSP page, then call the getRequest method of the ServletConfig object.
c. There is never a good reason to access the request object from a JSP page.
d. It is an implicitly defined variable.

Questions by Akashpanth

Showing Answers 1 - 3 of 3 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions