config implicit Object in jsp

Config Implicit Object introduction-: config is an object of type javax.servlet.ServletConfig. This object is created by Container on every JSP page. This is used to derive the initialization parameter from web.xml. The config object is used to get this configuration information from JSP Page, servlet name, configuration parameters and servlet context. Methods of Config Implicit … Read more