What are the necessary conditions to override the init() in servlets?

For overriding init()method any rules are there

Questions by pvpadma.mca

Showing Answers 1 - 9 of 9 Answers

Pooja B

  • Jul 11th, 2008
 

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

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions