0% found this document useful (0 votes)
7 views2 pages

Servlet

A Servlet is a Java program that operates on a server, designed to handle requests and generate dynamic responses. It processes HTTP requests and can produce both static web pages and dynamic content. The document illustrates the interaction between a web browser, web server, and the servlet in generating responses to client requests.

Uploaded by

22btcse067
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Servlet

A Servlet is a Java program that operates on a server, designed to handle requests and generate dynamic responses. It processes HTTP requests and can produce both static web pages and dynamic content. The document illustrates the interaction between a web browser, web server, and the servlet in generating responses to client requests.

Uploaded by

22btcse067
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Servlet

Servlet
• Servlet is a simple java program than runs on a server and capable of
handling request and generating dynamic response

Http Request - Static web pages( html


documents)
- Servlets ( Generating
dynamic page pages)
Web Browse
( Google Chrome) Web Server
(Tomcat)

Http Response Server


Client

You might also like