Skip to navigation
Skip to content

Java Servlets

A servlet is an application or a script that is written in Java and
executed on a server, as opposed to on a client. It is analogous to
CGI, although servlets are more than simply CGI scripts written in Java.