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's the difference between javabeans and taglib directives?
How do I view a jsp file?
What is the
What are jsp el implicit objects and how it’s different from jsp implicit objects?
Which jsp life cycle is in correct order?
What are the literals used in jsp?
What is jsp scriptlet tag used for?
What is the major difference between servletcontext and pagecontext?
How to print java variable in jsp?
Explain client-side and server-side validation.
Give the use of session object.
What are the primary differences between the jsp custom tags and java beans?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
How can you make the finally clause not to fail to execute?
What is client side technology?