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 |
How substring() method of string class create memory leaks?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
What restrictions are placed on the values of each case of a switch statement?
What is a compilation unit?
What is the highest-level event class of the event-delegation model?
What is runnable?
What is an abstract method?
Can you write Java code for declaration of multiple inheritance in Java ?
What are the thread-to-thread communcation?
What is the RMI and Socket?
how java is os independent language ?
How will you pass parameters in RMI? Why do you serialize?