What are the JSP implicit objects ?



What are the JSP implicit objects ?..

Answer / sanpar

JSP provides 9 implicit objects by default. They are as follows:


1) out------------ JspWriter
2) request------- HttpServletRequest
3) response----- HttpServletResponse
4) config--------- ServletConfig
5) session------- HttpSession
6) application--- ServletContext
7) pageContext PageContext
8) page---------- Object
9) exception---- Throwable

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Thread life cycle?

3 Answers   TCS,


Explain the difference between object state and behavior?

0 Answers  


What are various types of class loaders used by jvm?

0 Answers  


What event results from the clicking of a button?

0 Answers  


Which container method is used to cause a container to be laid out and redisplayed?

0 Answers  






Why are some of the class and element names counter-intuitive?

0 Answers  


what is the Remote Stub?

1 Answers  


which type of objects reference will be given to client?

0 Answers  


what is catalina in tomcat server.

11 Answers   IBM,


What’s jboss cache in short?

0 Answers  


What are JTA/JTS and how they used by client?

0 Answers  


How do you iterate in Hashmap?

1 Answers   HCL, Infotech,


Categories