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 are the states associated in the thread? : Java thread
What are advantages and disadvantages of OOPs?
What are static variables and functions?
What is the use of arrays tostring () in java?
What are the parts of a method?
What does t in java mean?
What is static synchronization?
What is ide with example?
How does enum work in java?
What is nullpointerexception?
List some oops concepts in java?
What is the difference between stream and buffer?
Why does java have different data types for integers and floating-point values?
What is string args [] in java?
What is data type in java?