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?

Answers were Sorted based on User's Feedback



Explain JSP life cycle?..

Answer / 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

Explain JSP life cycle?..

Answer / suresh s.a.

Life Cycle for JSP is

1.jspinit(),
2._jspService() and
3.jspdestroy().

jspService() method cant be override so why there is an
underscore before the method name.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

how to delete cookie information?and when it will delete?

3 Answers   SolutionNET,


Can any one tell me How to explain bank project desription in interview

3 Answers   Infosys, Wipro,


i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com

1 Answers  


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,


when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling

0 Answers  


Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()

1 Answers  


what is the diffrence between insurance and telecom domain?

1 Answers  


How many controlers are there in spring? Plz send me ans

1 Answers   HCL,


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,


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

0 Answers  


what is the difference between through and throws?

2 Answers   HCL,


Categories