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...

what is the life cycle of jsp?

Answer Posted / vijayakumar chinnasamy

jsp life cycle:
===============
1.Page translation - automatically translate the .jsp file
in .java(servlet)file
2.Compilation - automatically compile the .java(servlet)
file and create .class file .
3.Loading - load the compiled servlet into container.
4.Create instance - create instance for loaded servlet
(.java)
5.call jspInit method. (call only one time)
6.call _jspService method
7.call jspDestroy method.(call only one time)

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the vector class in java programming?

1145


What is java regex?

1062


What is the use of keywords in java?

1033


How do you create a sop?

1048


Can we pass null as argument in java?

1004


What are the object and class classes used for?

1093


Compare java and python.

1034


Can a static class have a constructor java?

1035


How many types of methods are there in java?

1068


What is the difference between access specifiers and access modifiers in java? 16

1054


What is an exception? difference between Checked and Unchecked exception in Java

1061


What is the difference between JDK and JVM?

1345


How is string stored in java?

1123


What is the private method modifier?

1146


Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?

1139