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 |
why static class in java
Can I use javascript to submit a form?
Can a thread be a member of another thread?
Explain the purposes of methods wait(), notify(), notifyAll ()?
What is the difference between a static and a non-static inner class?
Why do I get a duplicate name error when loading a jar file?
What is daemon thread?
When a thread terminates its processing, it enters into what state?
What are the thread-to-thread communcation?
what are design patterns in java?give with example?
Is the session factory thread safe?
How many JSP scripting elements and what are they?