Penguin
Note: You are viewing an old revision of this page. View the current version.

A Servlet is a web service implemented in Java.

Java servlets are objects (usually run on a J2EE application server) that receive a request and generate a response to it, commonly in HTML or XML. They are the Java counterpart to dynamic web content such as PHP.