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 different types of comments in jsp?

1 Answers  


What is full form of jsp?

1 Answers  


How we can use javascript with jsp pages?

1 Answers  


How is scripting disabled?

1 Answers  


Explain the jspdestroy() method?

1 Answers  


How to access java variable in jsp?

1 Answers  


What is cookies in jsp?

1 Answers  


What is contextpath?

1 Answers  


What are the different types of jsp directive?

1 Answers  


what is the extended star schema

1 Answers  


Which package does jsp api consist of?

1 Answers  


What are the jsp lifecycle phases?

1 Answers  


Categories