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 is jsp language?
What is a hidden comment in jsp?
Explain the jsp implicit objects?
How does the Jsp Expressions works ? What happens at the back?
Explain jsp technology?
What does jsp mean?
What do you know about writing custom jsp tags?
What are the attributes on page directives?
Can I run jsp on xampp?
How can I use jsp in the mvc model?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
Can you disable jsp scripting?