whats the life cycle of jsp

Answer Posted / rohan

translation-convert jsp code into servlet code which is done
by jsp compiler
compilation-generated servlet is compile.compilation is done
by javac cmd
Loading-compiled byte code is loaded by class loader
instantiation-instance of servlet is created
initialisation-is done by jspinit()method
Request Processing-_jspService() is the method that actually
process the request
Destruction-is done by jspDestroy()method

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between call by reference and call by pointer?

507


What is the difference between class forname and new?

554


What is the scope or life time of instance variables?

664


Can a function return a function?

559


What is the method to declare member of a class static?

539






What is ph and buffers?

528


What is better- service oriented or batch oriented solutions?

1543


What are the 3 types of control structures?

534


What are the types of web technologies?

539


How java enabled high performance?

590


What is contract between hashcode and equal method?

576


What is the final field modifier?

552


what do you mean by marker interface in java?

549


What is the difference between iterator and list iterator?

541


What do you mean by an interface in java?

575