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 15

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

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)