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 are command line arguments?

5 Answers  


Is Java a dying language?

0 Answers  


Which class should you use to obtain design information about an object in java programming?

0 Answers  


Difference between java and javascript

0 Answers  


Convert a binary search tree to a sorted doubly linked list inplace.

1 Answers   Amazon,






How many types of array are there?

0 Answers  


What about static nested classes in java?

0 Answers  


Is java util list serializable?

0 Answers  


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


What is a generic code?

0 Answers  


Explain access modifiers in java.

0 Answers  


I dont want to use serialzable in java is there any another concept so plz tell me

3 Answers   WDC,


Categories