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

What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


What is RMI and what are the services in RMI?

0 Answers  


How will you pass parameters in RMI? Why do you serialize?

0 Answers  


In real time project when will we use Abstract class. and what are the difference between abstract and interface.

6 Answers   DELL, FCS, Polaris, Tanla Solutions, TCS,






What must a class do to implement an interface?

0 Answers  


Explain what is orm?

0 Answers  


Which textcomponent method is used to set a textcomponent to the read-only state?

0 Answers  


What is the difference between java class and bean?

0 Answers  


How substring() method of string class create memory leaks?

0 Answers  


the use of try and ffinally keyword

1 Answers  


What are various types of class loaders used by jvm?

0 Answers  


Categories