Sunday, February 4, 2007

What is the ServletConfig() and why are using ServletConfig

This interface is implemented by services in order to pass configuration information to a servlet when it is first loaded.A service writer implementing this interface must write methods for the servlet to use to get its initialization parameters and the context in which it is running. public interface ServletConfig.

SOURCE : www.referjava.com

No comments: