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

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

0 Answers  


difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,


What restrictions are placed on the values of each case of a switch statement?

0 Answers  


What is a compilation unit?

1 Answers  


What is the highest-level event class of the event-delegation model?

0 Answers  


What is runnable?

2 Answers  


What is an abstract method?

0 Answers  


Can you write Java code for declaration of multiple inheritance in Java ?

6 Answers   Kingshir, Oracle,


What are the thread-to-thread communcation?

1 Answers  


What is the RMI and Socket?

0 Answers  


how java is os independent language ?

3 Answers  


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

0 Answers  


Categories