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 the infobus?
How two threads will communicate with each other?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
important features of java which differenciate it from c++
What is the purpose of the wait(), notify(), and notifyall() methods?
What are the steps to write p-to-p model application?
What restrictions are placed on the location of a package statement within a source code file?
What are the thread-to-thread communcation?
What is the difference between long.class and long.type?
Is there a guarantee of uniqueness for entity beans?
whats is mean by filter?
What is meant by Superconductivity?