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 can I override the jspdestroy() method within a jsp page?
What is jsp expression?
What are directives? What are the different types of directives available in jsp?
Is there a way to reference the "this" variable within a jsp page?
What is
Can we call servlet from jsp?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is difference between include directive and jsp:include action?
How can html output be prevented from being cached?
Which syntax is used to comment jsp?
What do you mean by context initialization parameters?
What are the main tags in jsp?
How can a thread safe JSP page be implemented?
Mention the jstl core tags.
What is jsp translation time?