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 does the jdbc connection interface?
What are the measures to connect to the db using jdbc?
What is a jdbc connection?
What is odbc and jdbc drivers?
What is addbatch jdbc?
How we can you use preparedstatement.
What are different types of JDBC Drivers?
What is the return type of execute, executequery and executeupdate?
What are collection pools?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
Where can I find ojdbc14 jar file?
What is the use of jdbc?
What is batch processing and how to perform batch processing in jdbc?
What is new in JDBC 2.0?
How many packages are available in jdbc api?