Can u Override any of the lifecycle methods of JSP?



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

Post New Answer

More JSP Interview Questions

What is the _jspservice() method?

0 Answers  


How can we disable el?

0 Answers  


What is the <jsp:usebean> standard action?

0 Answers  


What is the resourcebundle class in jsp?

0 Answers  


Can you override jspinit() method? If yes, in which cases?

0 Answers  






What are the different jsp element types?

0 Answers  


What is an expression language?

0 Answers  


What are jsp and servlets?

0 Answers  


Which categories can be divided jstl tags, give examples.

0 Answers  


How can I declare methods within my jsp page?

0 Answers  


What are the features of jsp?

0 Answers  


Can we define a class inside a jsp page?

0 Answers  


Categories