| 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
|
 |
 |
|
|
subject: init() method
|
|
|