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
Does jdbctemplate use prepared statements?
Is jdbc database independent?
What happens if connection is not closed in jdbc?
What is jndi lookup?
How data can be inserted into long row column of database?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is statement and preparedstatement in java?
How can you create jdbc statements?
Explain the two tier and three tier architecture of jdbc.
How can I retrieve a String or other object type without creating a new object each time?
How can we execute stored procedures using callablestatement?
What is jdbc class forname?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What is the purpose of jdbc resultset interface?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?