Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?

3092


How do I find jre path in windows?

1075


What is an algorithm in java collection framework? : java collections

1109


What are the different types of classes implemented in the set interfaces? : java collections

1107


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

2417


What are the classes in the java collection framework? : java collections

1090


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

2443


What do you understand by synchronization? Why is it important?

1113


What are the different types of features of the java collections framework? : java collections

1171


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

1092


can u draw class/object diagram for ATM

6171


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

1207


What are the types of interface used in the java collections? : java collections

1081


What is the use of hashcode in java ?

1163


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

1166