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 jdbc connection class?
What is odbc. how is it related to sql cli?
When do we use execute method in java jdbc?
How many types of statements are there in jdbc?
What is jdbc stand for?
What is the function of drivermanager class?
What are temp tables ?
Explain about the drive manager class working?
Expalin the method of calling a stored procedure from jdbc.
Compare jdbc and odbc and how is jdbc required in this context.
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is xe in oracle jdbc url?
What is the difference between execute, executeQuery, executeUpdate?
What is sqlwarning and discuss the procedure of retrieving warnings?
What does the jdbc connection interface?