A servlet is an extension to a Web server and is used for generating dynamic Web content. A servlet gets a request from a client such as a Web browser, processes the request, and returns the response back to the client. The response typically contains HTML code or an image that is displayed by the Web browser.
| Last updated 12/29/1999 12:33:51 AM |