What is a Servlet?
A Servlet is a Java program that extends the
capabilities of servers.
Inherently multi-threaded.
Each request launches a new thread.
Input from client is automatically parsed into a
Request variable.
2