|
A small Java program that runs on
a server ; in essence, the server equivalent of an applet.
Servlets have some advantages compared with similar programs written to the
cgi specification, for example, because they can use technical
features of the Java virtual machine to run faster. Most web servers
provide facilities to run servlets. |