Answer Posted / janet
To simplify code in JSP expressions and scriptlets, we can
use eight automatically defined variables, called implicit
objects.
They are
request,response,out,session,application,config,pageContext
and page.
Is This Answer Correct ? | 40 Yes | 10 No |
Post New Answer View All Answers
What is meant by session management?
Explain jsp lifecycle methods?
What is use of scriptlet tags in jsp?
What class.forname will do while loading drivers?
How can I maintain session in JSP Page in the bases of user name and password:
difference betwwn 16 bit and 32 bit
What is jsp page?
Which jsp life cycle is in correct order?
What is jstl jar?
What is the purpose of jsp?
Can I stop jsp execution while in the midst of processing a request?
What is difference between java and jsp?
Which two interfaces does the javax servlet jsp package have?
Explain translation phase.
What is cookie with example?