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
What is the major difference between servlet and applet?
What is the capacity the doget can send to the server?
What is difference between jsp and servlet?
Explain request dispatcher and its methods.
What is a servlet context?
What is the advantage of Servlets when compared with other server side technologies?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
How we can call a jsp from the servlet?
Explain url encoding in servlet?
How can the session in servlet can be destroyed?
Explain load on start-up and its importance?
What exception should be thrown when servlet is not properly initialized?
Difference between java beans & servlets?
What is context in servlet?
What are the supporting protocol by HttpServlet ?