Servlet
Short for Java Servlet, Servlet is a Java applet that runs on a server to help handle requests sent to a server. It can be used in place of other server-side scripts if Java is running on the server, which allows it to handle form submissions, perform calculations, or do other things that need to take place on the server.
Additional Information
Also see: Java, Programming definitions
