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
What is final modifier?
What is literal example?
What is skeleton and stub? What is the purpose of those?
What is a java list?
What is a hashmap used for?
What Is Query Throttling in java?
What are the 4 types of characters?
What is the difference between length and length() method in java?
What is callable java?
Is 0 true or false?
Difference between nested and inner classes ?
How thread scheduler schedule the task?
What is protected in java?
What is procedure writing?
What is the difference between menuitem and checkboxmenu item?