Session & request used in expression & scriplets in JSP without explicitly declaring them - Web Technologies
Q. Which of the following objects can be used in expression and scriplets in JSP without explicitly declaring them?- Published on 16 Jun 15a. Request and response only
b. Response and session only
c. Session and request only
d. Session,request and response
ANSWER: Session and request only
Implicit objects in JSP are Session: The session object for the client.
Request: the request triggering the execution of the JSP page.