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 are custom tags?
How do I mix jsp and ssi #include?
Give uses of object cloning?
How to disable scripting?
What are the different jsp element types?
What is the requirement of a tag library?
What is difference between include directive and jsp:include action?
What is the difference between java servlet and jsp?
What is the use of session management?
What are the three tags used in jsp bean development?
Why do we use jsp?
Can we call servlet from jsp?
Explain the jsp life cycle?
Can you use javascript in jsp?
What is jsp param?