-
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.