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 steps involved in reading data from a form using jsp?
Can Static method be Override?
Is jsp front end or backend?
What is jsp tag?
What are different implicit objects of jsp?
What are the differences between get and load methods?
why JSP is bigger choice for software development as compare to ASP.
Can you make use of a servletoutputstream object from within a jsp page?
How to get session in Jsp other than session object?
Which tag is used for error handling in jsp pages?
What is jsp language?
What is the <jsp:usebean> standard action?