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
Why is singleton instance static?
What are different types of arrays?
What is difference between c++ and java ?
Can we instantiate interface in java?
What is the properties class in java programming?
What is the similarity between dynamic binding and linking?
What is unicode datatype?
Why static functions are used?
How to use Media tracker Class.
What is bitwise complement?
What is the Concept of Encapsulation in OOPS
Is java 9 released?
What is the difference between a static and a non-static inner class in java programming?
What is factor r?
What is floating data type?