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 is RMI Registry?
6 Answers Siemens, United Software Solutions,
what is the life cycle of jsp?
what are RemoteObjects?
When a thread terminates its processing, it enters into what state?
What is RPC?
whats is mean by tiles in struts
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
What you mean by COM and DCOM?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
How has the sandbox changed with Java 2?
How are the elements of a borderlayout organized?
Write a program on RMI and JDBC using StoredProcedure?