
Dear friend plz tell the Purpose of ServletConfig??
supose if v write sample application .say... hello world
in this wat could be the init parameter need to pass !!r plz expalin some sample app where u used init parameter ..with servlet config..
with thanks praveen

Servlet Config
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
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.