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 out in jsp?
Is jsp server side scripting language?
List out the various scope values of jsp action.
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
Explain the difference between jspwriter and servlet printwriter in jsp?
How are the jsp requests handled?
How to get value from java to jsp page?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
Can we use jstl in html?
What is difference between include directive and jsp:include action?
What's the difference between javabeans and taglib directives?
What is the use of implicit object named "application" in Application?
What is expression language in jsp?
What is session setattribute?
What is a jsp file?