Answer Posted / 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 |
Post New Answer View All Answers
How to rectify errors in java servlet while compilation?
How do you load an image in a Servlet?
What is the life cycle of a servlet?
What is the use of welcome-file-list?
What are different ways for authentication of servlet?
Elucidate servlet attributes and its scope?
What is the difference between context parameter and context attribute?
What are the advantages of cookies?
How do I know if java is running on linux?
What is the major difference between servlet and applet?
What are life cycle methods of a servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
When Servlet is unloaded?
How servlets are deployed in java?
Should I override the service() method?