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
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
What is jsp param?
What is the use of jstl tags in jsp?
How can we stop errors on display in a jsp page?
What are the types of jstl tags?
Explain some jsp life-cycle methods that can be overridden.
How can I override the jspdestroy() method within a jsp page?
Why do we need servlets and jsp?
What are the features of jsp?
How does el search for an attribute?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
What are the different scope values for the
What is context in jsp?
What are the different jsp element types?
Explain the jsp life cycle?