Introduction Of Servlet
There are many interfaces and classes in the Servlet API such as Servlet, GenericServlet, HttpServlet, ServletRequest, ServletResponse, etc.
What is a Servlet?
- Servlet is a technology which is
used to create a web application.
- Servlet is an API that provides
many interfaces and classes including documentation.
- Servlet is an interface that must
be implemented for creating any Servlet.
- Servlet is a class that extends the
capabilities of the servers and responds to the incoming requests. It can
respond to any requests.
- Servlet is a web component that is
deployed on the server to create a dynamic web page.
What is a web application?
CGI (Common Gateway Interface)
Disadvantages of CGI

Fig: CGI

Fig: CGI
No comments:
Post a Comment