What are the difference between HttpServlet and
GenericServlets?
Answer Posted / himanshu verma
Generic Servlet is the general class to implement servlets.
it can use any protocol like MIME, SMTP etc. while HTTP
Servlet is specially designed for HTTP protocol.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you deal property files in servlet?
What are the uses of servlets?
Can we use threads in Servlets?
Can filter be used as request or response?
Explain the difference between generic servlet and http servlet?
What are the new features added to servlet 2.5?
What is servlet and its use?
What are all the advantages of servlet over cgi?
What's the difference between authentication and authorization?
Explain the architechure of a servlet?
What is webservlet?
How to get the server information in a servlet?
Explain the servlet context.
How can we create deadlock situation in servlet?
Explain is servlet mapping?