Typical Use of a Servlet
- A user fills out a form containing a link to a Servlet.
- User makes a request by clicking a Submit button.
- Information is sent to the server.
- The server locates the requested Servlet.
- The Servlet gathers information needed and constructs a Web page
containing the information.
- Web page is then displayed on the user's browser.