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

Why char array is preferred over string for storing password?

0 Answers  


How many decimal digits is 64 bit?

0 Answers  


methods in Applet?

1 Answers  


What is <> used for in java?

0 Answers  


What is an enumeration?

0 Answers  






Why java is used everywhere?

0 Answers  


How to make a non daemon thread as daemon?

0 Answers  


Are arrays passed by reference in java?

0 Answers  


What checkbox method allows you to tell if a checkbox is checked?

0 Answers  


Describe the syntax of multiple inheritance? When do we use such an inheritance?

0 Answers   Fidelity,


Can you call a method on a null object?

0 Answers  


What are the latest versions in JAVA related areas?

3 Answers   Netcraft,


Categories