What are the JSP implicit objects ?
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 |
What restrictions are placed on the location of a package statement within a source code file?
Explain the life cycle of servlet?
What is meant by method chaining?
Why use a datasource when you can directly specify a connection details?
Explain RMI Architecture?
Difference Between getRequest and PostRequest?
Can I use multiple html form elements with the same name?
what is the use of Object Factories?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
What is table mutation and how do you avoid it?
What is checkpoint? How to create checkpoints in our java projects?
what is stringBuffer and StringBuilder?