What is the difference between \"A Web Server\" and \"A Servlet Container\"? In general are all Web Servers Servlet(Web) Containers too or vice versa?
I have been us
ServletContext is an application specific object, whereas ServletConfig is a Servlet specific object.. ServletConfig object is created as Web container instantiates the respective servlet