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
Is jsp server side scripting language?
How do I run a jsp file?
What are the benefits of pagecontext implicit object?
Can we call destroy method inside init method?
Can a constructor be used in place of init() method to initialize a servlet?
What is < jsp:forward> tag for?
How can we stop errors on display in a jsp page?
What does .com stand for?
Show the 2 types of comments in JSP.
What are jsp elements?
Why jsp and servlets are used?
What is jsp and its uses?
How can html output be prevented from being cached?
How is jsp include directive different from jsp include action. ?
What is jsp usebean?