![]() |
Servlet |
JDK 1.2 Contents |
Java Servlet API enables the creation of Java Servlets. Servlets are a means of extending the functionality of servers. For example, servlets can extend a web server's functionality in the same way that CGI scripts do. Servlets, however, are much less resource intensive than CGI scripts. Because servlets are written entirely in Java, again unlike CGI scripts, they are cross-platform as well.Servlet Overview
Located on the JavaSoft website:
Copyright © 1995-98 Sun Microsystems, Inc. All Rights Reserved. Please send comments to: java-server-feedback@java.sun.com |
![]() JavaSoft |