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 |
how to use debug in my elipse to solve problems that exist in my project
what is the use of State Factories?
what is the proxy pattern?
How substring() method of string class create memory leaks?
What is bean? Where can it be used?
What is scalable, portability in the view of J2EE?
Is jvm a overhead?
Explain the life cycle of servlet?
What are the call back methods in entity bean?
What is the main functionality of RRL(Remote Reference Layer)?
What is the map interface?
what is heepStored?