Answer Posted / sanpar
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 |
Post New Answer View All Answers
How are the elements of a cardlayout organized?
Explain ioc concept?
Explain phantom read?
Which javutil classes and interfaces support event handling?
What are the diff types of exception?
what are the advantages of JTA over JTS?
Why are component architectures useful?
why static class in java
What is table mutation and how do you avoid it?
What is the purpose of the wait(), notify(), and notifyall() methods?
How would you create a button with rounded edges?
How task's priority is used in scheduling?
whats is mean by tiles in struts
What event results from the clicking of a button?
Can I have an action without a form?