Thursday, February 1, 2007

what is the need of super.init (config) in servlets

This will call the super class init method to initialize the object by config.
b. Basically super.init () method should be used whenever u is overriding the init method.... else i don’t think there is any necessity.


SOURCE : www.referjava.com

No comments: