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 |
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is the highest-level event class of the event-delegation model?
can a static method be overridden
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What are local interfaces? Describe.
How to synchronize jsp page?
What are Benefits of Connection Pooling?
What is the initial state, When a thread is created and started?
For which statements does it make sense to use a label?
whether the connectionpooling used in struts?
What is the form of storage space in java?
What’s jboss jbpm?