ServletConfig vs ServletContext

After knowing fully of ServletConfig and ServletContext with examples, explanation and screen outputs, it is time to compare them for still better understanding. ServletConfig vs ServletContext: Following table summarizes the differences between the two. S.No. ServletConfig ServletContext 1 Defined in javax.servlet package. Defined in the same javax.servlet package. 2 Values are placed in web.xml file. …

ServletConfig vs ServletContext Read More »