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 jsp is compiled?
What is the jsp?
What is difference between include directive and jsp:include action?
What do you mean by jstl?
What is client scripting?
Can you explain what is jsp page life cycle?
What are the advantages of jsp?
What are the different life-cycle methods?
How can I override the jspinit() method within a jsp page?
How can we handle the exceptions in jsp?
What do cookies mean?
How to ignore the el expression evaluation in a jsp?
What is jsp-config in deployment descriptor?
Can an interface be implemented in the jsp file?
What is the difference between include and jsp directive: include action?