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

What is jdbc connection class?

554


What is odbc. how is it related to sql cli?

674


When do we use execute method in java jdbc?

621


How many types of statements are there in jdbc?

566


What is jdbc stand for?

569






What is the function of drivermanager class?

650


What are temp tables ?

612


Explain about the drive manager class working?

693


Expalin the method of calling a stored procedure from jdbc.

626


Compare jdbc and odbc and how is jdbc required in this context.

601


Are all the required JDBC drivers to establish connectivity to my database part of the JDK?

623


What is xe in oracle jdbc url?

613


What is the difference between execute, executeQuery, executeUpdate?

614


What is sqlwarning and discuss the procedure of retrieving warnings?

641


What does the jdbc connection interface?

609