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

whats the life cycle of jsp

Answer Posted / rohan

translation-convert jsp code into servlet code which is done
by jsp compiler
compilation-generated servlet is compile.compilation is done
by javac cmd
Loading-compiled byte code is loaded by class loader
instantiation-instance of servlet is created
initialisation-is done by jspinit()method
Request Processing-_jspService() is the method that actually
process the request
Destruction-is done by jspDestroy()method

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string value?

1166


What is a conditional statement explain with example?

1016


How can you make sure that your singleton class will always return single instance in multi-threaded environment?

1027


What is difference between call by value and call by reference?

996


What are accessor methods in java?

1009


Define max and min heap, also the search time of heap.

1027


Explain the difference between an object-oriented programming language and object-based programming language?

984


Is main a function?

1057


What is difference between equals and hashcode method?

1133


What is a default constraint?

1069


Explain the difference between association, aggregation and inheritance relationships.

1089


Which collection is sorted in java?

1034


How do I remove a character from a string in java?

964


How is abstraction implemented in java ?

1016


Wha is the output from system.out.println(“hello”+null); ?

1143