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
What are the steps to write p-to-p model application?
What is chat area? Explain.
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is a sessionfactory? Is it a thread-safe object?
What do you mean by Socket Programming?
What is the difference between a static and a non-static inner class?
Why do threads block on i/o?
Name the eight primitive java types.
Can I use multiple html form elements with the same name?
What is the difference between long.class and long.type?
What are the purpose of introspection?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the map interface?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
To what value is a variable of the string type automatically initialized?