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 is string value?
What is a conditional statement explain with example?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What is difference between call by value and call by reference?
What are accessor methods in java?
Define max and min heap, also the search time of heap.
Explain the difference between an object-oriented programming language and object-based programming language?
Is main a function?
What is difference between equals and hashcode method?
What is a default constraint?
Explain the difference between association, aggregation and inheritance relationships.
Which collection is sorted in java?
How do I remove a character from a string in java?
How is abstraction implemented in java ?
Wha is the output from system.out.println(“hello”+null); ?