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 we prevent browser from caching output of my jsp pages?
Is the session object always created on the jsp page, is it possible to disable its creation?
How to call java method in jsp page on button click?
What are the advantages of jstl?
What is jstl used for?
What is jsp and its uses?
What are the advantages and disadvantages of thread-safe jsp page?
What is a declaration?
What are different types of comments in jsp?
What are the components that make up a tag library in jsp?
How can we disable el?
What is meant by jsp?
What are the two types of comments supported by jsp?
What do you mean by jstl?
What is difference between page and pagecontext in jsp?