Learn and practice Aptitude questions and answers with explanation for interview, competitive exam (Pariksha Corner )

Wednesday, January 22, 2020

Which of the following objects can be used in expressions an

Which of the following objects can be used in expressions and scriplets in JSP without explicily declaring them ?
ASession and request only
BRequest and response only
CResponse and session only
DSession, request and response

Answer : Session and request only

Explanation:

Implicit objects in JSP are 
Session: The session object for the client.
Request: the request triggering the execution of the JSP page.

Nithin K
answered Dec 7 '2016 at 23:16

All Comments

Post your answers here:

Post

Post your comments here:

Post

Categories