What are different types of Servlets?
Answers were Sorted based on User's Feedback
The different types of servlets are
Generic Servlets
Http Servlets
| Is This Answer Correct ? | 173 Yes | 11 No |
Answer / nagireddy
The different types of servlets are there.that is many user
defined servlets and mostly used and important servlets are
two types
1)Generic servlets
2)HttpServlets
| Is This Answer Correct ? | 107 Yes | 13 No |
Answer / tanu
types of servel are:
1.generic servlet
2.Http servlet
| Is This Answer Correct ? | 76 Yes | 7 No |
Answer / praveen kumar
There are two types of servlets Generic Servlet and HttpServlet.
Generic Servlet defines protocol indipendent servlet,
HttpServlet is a subclass of GenericServlet and it provies
some Http protocol specific functionality.
| Is This Answer Correct ? | 38 Yes | 5 No |
Answer / priyanka prataprao pawde.
two types of servlets:
1.Generic Servlets.
2.HTTP Servlets.
| Is This Answer Correct ? | 34 Yes | 6 No |
Answer / gaurav khanzode
Types of Servlet:
1.Generic Servlet : It is base class from which all Servlets
are derived.
2.HTTP Servlet : It is Extended by Generic Servlet.
| Is This Answer Correct ? | 30 Yes | 2 No |
Answer / ram
Servlets are of two types.
1) protocol independent servlet.
2) protocol dependent servlet.
Generic servlet is protocol independent servlet. It supports for HTTP, FTP and SMTP protocols.
HTTPServlet is protocol dependent servlet. So it support for only HTTp protocols only thats why it is dependent....
| Is This Answer Correct ? | 27 Yes | 6 No |
Answer / shanmuk
At present in the market as all the popular webservers are using http protocol, we are using HttpServlet(by deriving some features from the GenerivServlet) .... and if in the future any webserver is developed based on the other protocols we need to define a new servlet. so, .....................
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / ilavarapu brahmaiah
servlets are can
be classified
into two type.
They can be
include
1.generic
servlets
2.http
servlets
| Is This Answer Correct ? | 9 Yes | 2 No |
What is called Scriptlet?
What is the use of servletconfig interface?
Can we refresh servlet in client and server side automatically?
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
How can you run a servlet program?
Name the servers that can be used to develope and deploy Servlets?
What is java servlet?
Servlet is pure java object or not?
What is HTTP Tunneling?
Explain session tracking and its importance?
how do you maintain sessions in servlets?
What are the uses of servlet