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

In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?

0 Answers  


whats is mean by object and class?

1 Answers   Saka Solutions,


What are different types of layout managers in java.awt package?

3 Answers   Android, CA,


why static class in java

0 Answers   Infotech, SunGard,


What is a class loader? What are the different class loaders used by jvm?

0 Answers  






What is the use of Class.forName

20 Answers   HCL,


how convert java file to jar files?

10 Answers   Samsung,


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

0 Answers  


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


can we write implementation for a method with in another method?

3 Answers   Cap Gemini,


How messaging services are done, before release of JMS?

0 Answers  


Where can I find seam examples and documentation?

0 Answers  


Categories