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 are the classes and methods used for sending sql statements to database?
What are the advantages of collection pools?
What is the JDBC syntax for using a literal or variable in a standard Statement?
How to check jdbc driver version in sql server?
Does sql allow null values ? Can we use it within where clause ?
What is a statement?
What is JDBC PreparedStatement?
What is an advantage of using the jdbc connection pool?
What are the differences between resultset and rowset?
What port does jdbc use?
How many types of jdbc drivers are available?
What is jdbc servlet?
What is getconnection method in java?
Which interface is responsible for transaction management in jdbc?
What is a merge field?