Class 2 |
Intermediate Java 30-IT-397 |
|
Servlets
Servlets perform these functions:
-
Read the data submitted by the user, via the HTTP request.
-
Read any necessary environment variables in the HTTP request - cookies,
browser version, etc.
-
Perform necessary business logic to generate results.
-
Tell the browser what type of data to expect, and send results back to
the browser in HTML format.
Uses of Servlets

Created by: Brandan Jones
December 17, 2001