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
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is predicate in java?
How are variables stored?
can any body body expalin best definitions & best real time exaples for opps concepts.
How to convert string to byte array and vice versa?
What is annotation in java?
What is your platform?s default character encoding and how to know this?
In java, how we can disallow serialization of variables?
why an outer class cannot be declared as private?
How do we access static members in java?
is it possible to instantiate the math class?
What are nested classes in java?
Will set allow duplicates in java?
What is instance means in java?
What is class??