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 are the jsp elements?
What is the
Can we call servlet from jsp?
Explain the difference between forward and sendredirect?
How can my application get to know when a httpsession is removed?
What is difference between javascript and jsp?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
What is the
What is the difference between servletcontext and pagecontext?
What is the jspinit() method?
What are the steps for creating custom tags in jsp?
What is the difference between jsp and thymeleaf?
What is full form of jsp?
How can we prevent implicit session creation in jsp?
When will container initialize multiple jsp/servlet objects?