Difference between Generic Servlet and HTTP Servlet?
Answer Posted / ramamohan reddy
Generic Servlet has init() method whereas Httpservlet
doesnot have.and Generic Servlet is the super class of the
HttpServlet.
Is This Answer Correct ? | 46 Yes | 50 No |
Post New Answer View All Answers
What is difference between jdbc and odbc?
What are the types of statements in jdbc?
What are the considerations for deciding on transaction boundaries?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What are the basic exceptions in jdbc?
What do you mean by odbc?
What is difference between odbc and jdbc?
How can I create a custom RowSetMetaData object from scratch?
How to make updates to updatable result sets in jdbc?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What are the jdbc api components?
What is the purpose of the jdbc resultset interface?
What is a statement in java?
What is the use of JDBC DriverManager class?
Under what circumstances, that all four drivers are used?