Difference between Generic Servlet and HTTP Servlet?
Answer Posted / b.s.anand
Generic Servlet does not contain doGet() and doPost()
methods,you have to provide your own implementation of doGet
() and doPost() methods where as HttpServlet has got doGet
() and doPost() methods which you have to override in your
implemented class
| Is This Answer Correct ? | 106 Yes | 11 No |
Post New Answer View All Answers
What is difference between statement and preparedstatement in jdbc?
What is jdbc and its types?
What is jdbc driver for sql server?
What is difference between jdbc and odbc?
What are the jdbc statements?
What is jsp and jdbc?
What is ojdbc?
What are the standard isolation levels defined by JDBC?
What are collection pools?
What is the difference between jdbc and jndi?
Where is jdbc used?
List the common jdbc exceptions ?
What is JDBC DataSource and what are it’s benefits?
Why are we using blob datatypes in jdbc?
Explain what should be done when a SQL exception is raised?