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 can we avoid direct access of jsp pages from client browser?
Explain implicit objects in jsp?
What are context initialization parameters?
How can my application get to know when a httpsession is removed?
Why should we not configure jsp standard tags in web.xml?
How can we stop errors on display in a jsp page?
How to run java program in jsp page?
Is jsp technology extensible?
Why jsp is used in java?
How can the output of JSP or servlet page be prevented from being cached by the browser?
What do you mean by jsp directives?
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What are the different types of jsp directive?
Which one is better jsp or servlet?
Why do we use expression language in jsp?