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
Does jpa use jdbc?
What is the return type of execute, executequery and executeupdate?
What is java soft framework?
What is drivermanager in java?
What are different types of ResultSet?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is the execute method in java?
What is the fastest type of JDBC driver?
What are the considerations for deciding on transaction boundaries?
Why we use while rs next ())?
Name different methods for getting streams.
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What are the classes and methods used for sending sql statements to database?
How can we move the cursor in a scrollable result set?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?