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 […]
↧