Answered Questions

  • servlet container

    what is difference between servlet container and servlet config?

    delindia

    • Dec 20th, 2011

    A servlet config object is used by a servlet container, to pass information to a servlet during initialization. The webserver uses separate module to load and run the servlets called servlet containe...

    srini235

    • May 20th, 2008

    Servlet container is part of web server which provides run time environment for servlets i.e it manages the entaire life cycle for the servlets like it creates instance,initialization,processing and destroying it.