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
Compare jdbc and odbc and how is jdbc required in this context.
What is jdbc and odbc in java?
What is odbc and jdbc?
What is jdbc odbc driver?
What is jdbc odbc bridge?
How can I retrieve a String or other object type without creating a new object each time?
How to set NULL values in JDBC PreparedStatement?
What is an odbc driver?
Explain the life cycle of jdbc.
What are the main components of JDBC ?
What is jdbc resultsetmetadata interface?
Explain how to make updates to the updatable resultsets.
What is database connection pooling? Advantages of using a connection pool?
Explain what should be done when a SQL exception is raised?
How many types of jdbc drivers are available?