Tuesday, November 29, 2011

Explain about servletConfig and servletContext in applications?

Servletcontext is used to obtain application level information and only one servletcontext can be present in one application. ServletConfig object is present for every servlet and it provides initialization parameters for every servlet.
Category:Servlet Interview Questions

No comments:

Post a Comment