What are the JSP implicit objects ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the call back methods in entity bean?

565


what is handle?

1857


What happens when a thread cannot acquire a lock on an object?

541


Name the class that is used to bind the server object with RMI Registry?

1695


Are there books about seam?

635






What is ioc concept?

693


What is local interface. How values will be passed?

558


Is “abc” a primitive value?

618


What is the difference between the font and fontmetrics classes?

566


what are getters and setters in Java with examples?

1288


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

572


How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!

2558


What value does read() return when it has reached the end of a file?

551


What is ioc concept & explain it?

623


How primary key is implemented in Oracle?

1920