Servlet Initialization Information
This information is passed to the servlet via the ServletConfig object parameter of the init method.
Each web server has its own information tags defined.
The getInitParameterNames ( ) returns an Enumeration of all the parameters available to the servlet on that server.
A particular parameter is obtained by config.getInitParameter ( “timezone”);