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
Can you instantiate the math class in Java?
When do I need to use reflection feature in java?
Explain the purpose of garbage collection in Java?
What is java and its types?
Write a program based on Java script program.
How to instantiate static nested classes in java?
What are the five major types of reference sources?
Is null an object in java?
Difference between == and .equals() ?
How does arraylist size increase in java?
Explain treeset?
How do you check if a number is a perfect square?
Why is java called java?
What is a ternary operator in java?
Can a set contain duplicates?