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 |
What are the life-cycle methods for a jsp?
What is the include directive?
Where do I create jsp in eclipse?
Why is it not necessary to configure standard jsp tags in web.xml?
Is there a way to reference the "this" variable within a jsp page?
How do I run a jsp file?
How does a jsp work?
What is scriptlet tag?
What class.forname will do while loading drivers?
Which jsp life cycle is in correct order?
Perform a browser redirection from a jsp page?
What are the two types of comments supported by jsp?