Explain JSP life cycle?

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


Please Help Members By Posting Answers For Below Questions

What are the considerations to be made in case of loops in java ?

571


what is mean by hasing and maping in java platform and advantage?

1833


What are the types of the main implementing classes in the map interfaces? : java collections

617


Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance

1881


Which interface does java.util.hashtable implement?

677






What are maps interfaces in the java collections? : java collections

575


What is the difference between comparable and comparator in java.util pkg?

594


who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.

1820


my interviewer asked me what technical specification you used how to answer that question

1935


What are the differences between the java collection and the java list? : java collections

617


Should we create system software ( e.g operating system ) in java ?

580


What is the Spring2.5 MVC Navigation flow?

5375


What are the interfaces in java collections? : java collections

618


What is iterator in the java collections framework? : java collections

539


Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword

1616