Tuesday, November 29, 2011

What is the difference between ServletContext and ServletConfig?

Both are interfaces. The servlet engine implements the ServletConfig interface in order to pass configuration information to a servlet. The server passes an object that implements the ServletConfig interface to the servlet&
Category:Servlet Interview Questions

No comments:

Post a Comment