what is the life cycle of jsp?

Answer Posted / vasanth

Actually the said( jspInit(),_jspService(), jspDestroy())
methods are not JSP life cycle methods, they are convinience
methods. bcz when we run above said methods, internally
servlts life cycle methods also runned., they must take the
support of servlets.

so, init(), service(), destroy() methods are the real life
cycle methods of JSP and jspInit(), _jspService(),
jspDestroy() are the convinience methods.... f

if you want to knw full clarification of above said
scenaria, just the open super class source code that is
available in jasper.jar file..

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

placement papaers of spring computing technology

1021


Explain about OOPS concepts and fundamentals.

589


Can a class be final?

494


Can a constructor call another constructor?

561


What is the difference between class & object?

556






Explain about features of local inner class?

599


Is it possible to use string in the switch case?

554


What is java util?

537


What is the meaning of course?

579


What is serialversionuid?

557


How many types of assembly languages are there?

523


What is ternary operator in java?

590


What is an association?

544


Explain the importance of finalize() method.

562


What is string substring?

557