Can u Override any of the lifecycle methods of JSP?
Answer Posted / 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 |
Post New Answer View All Answers
How do you delete the session data?
Which categories can be divided jstl tags, give examples.
What is cookies in jsp?
Why jsp is used instead of html?
What are the benefits of pagecontext implicit object?
Can I stop jsp execution while in the midst of processing a request?
Why do we need servlets and jsp?
What are context initialization parameters?
What is a jsp directive?
How we can disable session in jsp?
What do you know about pagecontext and what are the advantages of using it?
How many tags are provided by jstl?
List out some advantages of using jsp.
How can I extend the functionality of jsp?
What is a declaration statement?