For each servlet, the web container creates a ServletConfig object. This object can be used to retrieve configuration data from the internet.
The getServletConfig() function returns a ServletConfig object. The getServletContext() function returns a ServletContext object. The ServletConfig object is unique to each servlet. There is just one ServletContext object, which is shared by all of the application's servlets.
ServletConfig is an object created by Servlet Container and provided to the servlet during initialization that contains some initial parameters or configuration information. Because ServletConfig is for a given servlet, it's best to keep servlet-specific information in web.
Share a personalized message with your friends.