(In topic `Web Development`) A servlet is simply the name given to an applet that runs on a server. Hence the term ‘Java Servlets` is applied to Java applets running within a web server environment. Found on http://www.encyclo.co.uk/local/20477
A small computer program designed to be add capabilities to a larger piece of server software. Common examples are 'Java servlets', which are small programs written in the Java language and which are added to a web server. Typically a web server that uses Java servlets will have many of them, each one designed to handle a very specific situation, f... Found on http://www.matisse.net/files/glossary.html