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 attributes of page directive?
What are the implicit objects in jsp?
How can I prevent the use of scripts and java code on the jsp page?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
What are the different life-cycle methods?
How to call java method in jsp page on button click?
How can I maintain session in JSP Page in the bases of user name and password:
Show attributes of page directives.
How to comment out jsp code?
Is jsp platform dependent?
What is jsp scriptlet?
What is session getattribute in jsp?