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 are the elements of a jsp page?

0 Answers  


What are the different scope values for the jsp objects?

0 Answers  


How many messaging models do jms provide for and what are they?

0 Answers  


Give an example of using your own tags.

0 Answers  


What is jsp include tag?

0 Answers  






What is page scope?

0 Answers  


What are the features of jsp?

0 Answers  


Can a jsp page process html form data?

0 Answers  


What is the different between servlet and struts

2 Answers  


Can u Override any of the lifecycle methods of JSP?

1 Answers  


Why does _jspService() start with an ‘_’ but other lifecycle methods do not?

0 Answers  


How to forward a request to another source?

0 Answers  


Categories