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 session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
When destroy method of jsp is called?
What is jstl core tags?
What is difference between javascript and jsp?
How do I use a scriptlet to initialize a newly instantiated bean?
What is difference between html and jsp?
How to delete a cookie in a jsp?
What are the different types of jstl tags?
What is jsp and its uses?
How do I use sendredirect?
What are the primary differences between the jsp custom tags and java beans?
How to find out the name of the http method using jsp el?
What is jsp container?
Explain the action.
Why we use jsp instead of html?