Answer Posted / qim2010
• Pre-translated: Before the JSP file has been translated
and compiled into the Servlet.
• Translated: The JSP file has been translated and compiled
as a Servlet.
• Initialized: Prior to handling the requests in the service
method the container calls the jspInit() to initialize the
Servlet. Called only once per Servlet instance.
• Servicing: Services the client requests. Container calls
the _jspService() method for each request.
• Out of service: The Servlet instance is out of service.
The container calls the jspDestroy() method.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
How do I find jre path in windows?
What is an algorithm in java collection framework? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
my interviewer asked me what technical specification you used how to answer that question
What are the classes in the java collection framework? : java collections
what is mean by hasing and maping in java platform and advantage?
What do you understand by synchronization? Why is it important?
What are the different types of features of the java collections framework? : java collections
Should we create system software ( e.g operating system ) in java ?
can u draw class/object diagram for ATM
What are the types of the main implementing classes in the map interfaces? : java collections
What are the types of interface used in the java collections? : java collections
What is the use of hashcode in java ?
What is the difference between comparable and comparator in java.util pkg?