Answer Posted / siva kumar
implicit objects are objects which can be used in jsp
without declaring those objects.For Ex we are using 'out'
implicit object without declaring it,but internally it is
declared in a servlet which is created for jsp. Totally we
hav 10 implicit objects.we can use these implicit objects in
either scriptlets or expressions only.if we want to use
implcit objects in declarations we need to pass explicitily.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
How do I use comments within a jsp page?
What is the
What is difference between jspwriter and servlet printwriter?
Why are jsp pages the preferred api for creating a web-based client program?
Is jsp technology extensible?
What is the difference between a jspwriter and a servlet printwriter?
What is the use of implicit object named "application" in Application?
What is the full form of jsp?
Why are implicit objects not available in a regular jsp page?
What program opens a jsp file?
What is the jsp:getproperty action?
What is jsp and its features?
What is a expression?
How is scripting disabled?
What are the elements of a jsp page?