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
What is odbc. how is it related to sql cli?
What are the methods which can verify the cursor particular position?
Is it possible to connect to multiple databases simultaneously?
What is sqlwarning?
Is uri the same as url?
What does it mean to "materialize" data?
What is a merge field?
What is jdbc template?
What is the most common example type 1 driver?
What are the different types of JDBC drivers?
Is jdbctemplate thread safe?
How do I start debugging problems related to the JDBC API?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
How do I find jdbc version?
How can I get information about foreign keys used in a table?