ServletConfig Example init-param read getInitParameter()

A Servlet may have some values needed for it’s execution or a Programmer may require some values to be fed to Servlet needed in the coding for execution. These values are specific to a particular Servlet and not required for all Servlets. For this, the deployment descriptor web.xml, comes with <init-param> tag and an example …

ServletConfig Example init-param read getInitParameter() Read More »