explain servletconfig with programiing example?
ServletConfig is a servlet configuration object used by a servlet container used to pass information to a servlet during initialization. All of its initialization parameters can ONLY be set in deployment descriptor.
For more information, visit the following link:
http://www.roseindia.net/servlets/GettingInitParameterNames.shtml