GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Servlets
Go To First  |  Previous Question  |  Next Question 
 Servlets  |  Question 163 of 170    Print  
what are the necessary conditions to override the init() in servlets?
For overriding init()method any rules are there


  
Total Answers and Comments: 3 Last Update: July 11, 2008     Asked by: pvpadma.mca 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Pooja B
 
There are no necessary conditions to override this particular method. In case you are overridding init(ServletConfig config), then make sure to call super.init(config).

Above answer was rated as good by the following members:
sushilkotnala
December 24, 2007 11:44:55   #1  
ayash81 Member Since: December 2007   Contribution: 6    

RE: what are the necessary conditions to override the init() in servlets?
The Servlet must be already loaded into memory & instantiniated.
 
Is this answer useful? Yes | No
March 04, 2008 00:45:14   #2  
sampra Member Since: February 2008   Contribution: 278    

RE: what are the necessary conditions to override the init() in servlets?
The Servlet must be already loaded into memory
 
Is this answer useful? Yes | No
July 11, 2008 09:30:38   #3  
Pooja B Member Since: July 2008   Contribution: 1    

RE: what are the necessary conditions to override the init() in servlets?
There are no necessary conditions to override this particular method. In case you are overridding init(ServletConfig config) then make sure to call super.init(config).
 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape