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
What does java stand for?
what is abstract class in Java?
Can anonymous class have constructor?
Is .net better than java?
Can an integer be a string?
What is Classloader in Java?
How do you use find and replace?
What is a byte array?
What is methods and methodology?
Is null or empty java?
Explain the difference between extends thread vs implements runnable in java?
What does sprintf mean?
How do I convert a string to an int in java?
Difference between overriding and overloading in java?
What is stringbuffer in java?