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 does java stand for?

671


what is abstract class in Java?

766


Can anonymous class have constructor?

644


Is .net better than java?

668


Can an integer be a string?

608






What is Classloader in Java?

722


How do you use find and replace?

593


What is a byte array?

705


What is methods and methodology?

630


Is null or empty java?

638


Explain the difference between extends thread vs implements runnable in java?

658


What does sprintf mean?

619


How do I convert a string to an int in java?

651


Difference between overriding and overloading in java?

700


What is stringbuffer in java?

653