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
What is the relationship between the canvas class and the graphics class?
What value does read() return when it has reached the end of a file?
What is ioc concept?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What are the steps to write p-to-p model application?
Explain RMI Architecture?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is glasgow?
What is the purpose of the wait() method?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
Explain the advantages and disadvantages of detached objects.
whats is mean by tiles in struts
the same information whether it will connect to the database or it will be used previous information?
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!
Name the eight primitive java types.