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
Why taglib is used in jsp?
What is jstl jar?
What is jsp and asp?
Explain various implicit objects in expression language.
Give uses of object cloning?
What are implicit objects in jsp?
What are the advantages of jstl?
Can Static method be Override?
How can we use beans in jsp?
What is full form of jsp?
What is the purpose of jsp and why it is widely used?
Is jsp server side scripting language?
What is el in jsp?
What is declaration statement?
What is the difference between server side and client side programming?