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
What do you know about pagecontext and what are the advantages of using it?
What is _jspservice method?
What is expression language in jsp?
What is called jsp directive?
Can we use jstl in html?
How do I use comments within a jsp page?
Can we override jsp service method?
What is a translation unit?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
How can we create jsp custom tags?
What are scriptlets in jsp?
Differentiate between response.sendredirect(url) and
What is jsp and why it is used?
What is jsp in html?
What do cookies mean?