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 is the relationship between the canvas class and the graphics class?

758


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

747


What is ioc concept?

921


Which characters may be used as the second character of an identifier, but not as the first character of an identifier?

773


What are the steps to write p-to-p model application?

2165


Explain RMI Architecture?

818


Is it possible to stop the execution of a method before completion in a sessionbean?

813


What is glasgow?

786


What is the purpose of the wait() method?

819


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

2764


Explain the advantages and disadvantages of detached objects.

785


whats is mean by tiles in struts

1864


the same information whether it will connect to the database or it will be used previous information?

795


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1593


Name the eight primitive java types.

812