Answer Posted / ganesh
Implicit object means with out any declaration we able to
use those variables in jsp tags except in jsp declaration
tags.In jsp's total 9 implicit objects are available.Those
are,
1>out
2>request
3>response
4>application
5>session
6>pageContext
7>page
8>exception
9>config
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is jsp life cycle?
Can we call destroy method inside init method?
What is session getattribute in jsp?
How does a servlet communicate with a jsp page?
Is jsp technology extensible?
What is expression language in jsp?
How do you pass control from one jsp page to another?
What are the steps for creating custom tags in jsp?
What is pagescope in jsp?
Define JSP Scriptlet.
When will container initialize multiple jsp/servlet objects?
Mention the implicit objects in a jsp.
Explain translation phase.
what is the extended star schema
What is jsp technology?