RSS Feed

Java Servlet

A Java servlet is a Java program which is run on a web server.

A Java servlet is much like a Java applet, except that servlets are run on the web server instead of being downloaded to the web client.

 Java Servlet

Leave a Reply

Post your comments and questions below, but please follow our commenting guidelines.


Path: Home > Programming > Java > Java Servlet