What are implicit objects?

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


Please Help Members By Posting Answers For Below Questions

How jsp is compiled?

636


What is the jsp?

709


What is difference between include directive and jsp:include action?

682


What do you mean by jstl?

708


What is client scripting?

674


Can you explain what is jsp page life cycle?

739


What are the advantages of jsp?

700


What are the different life-cycle methods?

748


How can I override the jspinit() method within a jsp page?

669


How can we handle the exceptions in jsp?

697


What do cookies mean?

660


How to ignore the el expression evaluation in a jsp?

680


What is jsp-config in deployment descriptor?

772


Can an interface be implemented in the jsp file?

718


What is the difference between include and jsp directive: include action?

735