Difference between Generic Servlet and HTTP Servlet?
Answer Posted / kiran
GenericServlet is protocol independent and which doesn't support http get/post requests. where as HttpServlet is Protocol specific.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List the common jdbc exceptions ?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
How can you use preparedstatement in jdbc?
What is jdbc oracle thin?
What is difference between java.util.Date and java.sql.Date?
What is the return type of execute, executequery and executeupdate?
Why are we using blob datatypes in jdbc?
What is batch processing and how to perform batch processing in jdbc?
What is JDBC API and when do we use it?
What is resultset in jdbc with example?
What are the jdbc statements?
What is jdbc odbc driver?
What is statement and preparedstatement in java?
What are the differences between execute, executequery, and executeupdate?
What are jdbc?