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 value does read() return when it has reached the end of a file?
What is the need of serialize?
Which Taglibraury you used in your project? plz send me ans....which we r using generally
Why is main purpose of XML?
How to do registration form using struts and hibernate?
How will the struts know which action class to call when you submit a form?
what is the port number of RMI?
what is the RMI / IIOP?
Explain what is synchronization?
What is an abstract method?
What is the priority of Garbage collector thread?
Is a class a subclass of itself?