How Java Web Servers Work
Servlet Overview
Servlets and the Servlet Container
Unlike a Java client program, a servlet has no static
main()
method. Therefore, a servlet must execute under the control of an external container.
Servlet containers, sometimes referred to as servlet engines, execute and manage servlets.
No comments:
Post a Comment