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
Can a constructor be protected?
What is return used for in java?
Can we able to pass objects as an arguments in java?
Can we override compareto method?
How we can make copy of a java object?
What is static import in java?
Why do we need wrapper class?
How do listeners work?
Can you inherit a constructor java?
What is the difference between procedural and object-oriented programs?
What is core java used for?
What are the three types of design patterns?
How does a for loop work?
What do you understand by java?
How to instantiate member inner class?