What Is The Difference Between ServletConfig And ServletContext?
What Is The Difference Between ServletConfig And ServletContext? The servletconfig object refers to the single servlet whereas servletcontext object refers to the whole web application. … That is, you can pass initialization parameters to the servlet using the web. xml deployment descriptor. For understanding, this is similar to a constructor in a java class. What