Can u Override any of the lifecycle methods of JSP?
Answer / raju
The life cycle methods of JSP are
jsp int(), jsp service(), jsp destroy()
here we can override jsp init(), jsp destroy() but we can't override -jsp service() method
| Is This Answer Correct ? | 8 Yes | 2 No |
Explain the uses of <jsp:usebean> tag.
What is a hidden comment?
How to deactivate el on jsp?
How can I maintain session in JSP Page in the bases of user name and password:
What is content type in jsp?
what is difference between redirect and forward method?
12 Answers Polaris, TCS, Wipro,
What is jsp and why is it needed?
What are the implicit, internal objects and methods on the jsp page?
What is error page in jsp?
how can i update the marque in jsp without changing the sourse code
What class.forname will do while loading drivers?
What is application in jsp?