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


Please Help Members By Posting Answers For Below Questions

How does jdbc connect to database?

474


What is jdbc template?

515


How to use JDBC API to call Stored Procedures?

549


What is jdbc and jdbc drivers?

502


What is jdbc type?

515






What is the reason why we need a jdbcrowset like the wrapper around resultset?

542


How to connect html page to database using jdbc?

490


Is possible to open a connection to a database with exclusive mode with JDBC?

544


How do I know which jdbc driver to use?

596


There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?

616


How can we disable a constraint ?

563


What is an odbc driver?

485


Explain the locking system in jdbc?

541


How to connect multiple database in jdbc?

489


Is jdbc faster than odbc?

504