0% found this document useful (0 votes)
9 views1 page

Serv Let

Uploaded by

Abhijeet Gidda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Serv Let

Uploaded by

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

Servlet API which is used to create a web application that provides many interface

and classes.
Servlet are the server side programs that run on a web server or application server
and act as a middle layer between client and server

Q. What is Web Server?


It is a software and hardware which uses http and other protocol to respond client
request made over the WWW (World Wide Web)

Q. What is Server?
A server is a computer program or device that provides a services to another
computer program and its users

Q. What is Web Container?


It is a component of web server that interact with java servlet
It manage the life cycle of a servlet and it maps and URL (Uniform Resource
Locator) to a particular servlet class or JSP pages.
Java Servlets do not have main methods, so a container is required to load them.
The servlet classes deploy on the web container for execution

You might also like