Difference between Generic Servlet and HTTP Servlet?
Answer Posted / sudha rani
A GenericServlet has a service() method aimed to handle
requests. HttpServlet extends GenericServlet and adds
support for doGet(), doPost(), doHead() methods (HTTP 1.0)
plus doPut(), doOptions(), doDelete(), doTrace() methods
(HTTP 1.1).
Both these classes are abstract.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What are drivers available?
What is a lock in jdbc?
What is a statement in java?
What is sqlwarning?
What is addbatch jdbc?
What are the factors that the jdbc driver performance depends upon?
What is layer in communication?
What is the full form of jdbc and what is its purpose?
What is the difference between jdbc and odbc?
Is jdbc secure?
What is a jdbc connection?
What do you understand by jdbc driver and explain its types?
What do you mean by odbc?
Why is odbc needed?
List the common jdbc exceptions ?