whats the life cycle of jsp

Answers were Sorted based on User's Feedback



whats the life cycle of jsp ..

Answer / minu

1.Translation Phase
2.Compilation Phase
3.Loading Creating an object
than
4.init: jspinit()
When the Jsp page is initialized,this method is
invoked.or The container that invoke the _jspinit(); method
initializs this page.
5.Service: jspservice()
The container, the _jspservice(); method is generated
and then called to handle each request.

6.Destroy: jspdestory()
when the JSP page is destoryed, the _jspdestory();
method is primarily invoked.

Is This Answer Correct ?    10 Yes 0 No

whats the life cycle of jsp ..

Answer / ravi

jspinit();
jspservice();
jspdestroy();

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Core Java Interview Questions

What do you mean by aggregation?

0 Answers  


In a container there are 5 components. I want to display all the component names, how will you do that?

0 Answers  


explain the classification of exception and hoew to handle the exceptions

2 Answers  


What are abstract methods in java?

0 Answers  


How do you sort arraylist in descending order?

0 Answers  






What is the difference between serialization and deserialization?

3 Answers   ABC,


What are the library functions in java?

0 Answers  


Can we override private method in java?

0 Answers  


How to perform merge sort in java?

0 Answers  


What is purpose of applet programming?

0 Answers  


Why singleton pattern is better than creating singleton class with static instance?

0 Answers  


hr interview how many minutes asking question

0 Answers  


Categories