Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Servlets and the fly likes init() method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "init() method" Watch "init() method" New topic
Author

init() method

suresh boyella
Greenhorn

Joined: Mar 12, 2008
Posts: 2
Hi All

would you please give me solvation

My doubt is, what will happen if we remove init() method in servlet life cycle?



Thanks

suresh
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

What do you mean by 'remove' the init method?

Should you choose not to override init, the default implementation provided by the container will be used.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: init() method
 
Similar Threads
init missing in servlet
Constructor inheritence
Final value in a Servlet
loading of static attributtes
Init and Constructor