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
How do you declare an array in java?
Can java cast null?
What are the problems faced by java programmers who don't use layout managers?
What is meant by class loader? How many types are there?
How many classes can any class inherit java?
Difference between arraylist and hashset in java?
What are thread safe functions?
What are the two ways in which thread can be created?
Is oracle java 11 free?
How to solve the problem of generating the unique hash keys with hash function?
how would you implement a thread pool? : Java thread
How do you remove duplicates from an array in java?
Is vector ordered in java?
Give example to differentiate between call by value and call by reference.
How do you end a program?