Difference between Generic Servlet and HTTP Servlet?
Answer Posted / sagar kulkarni.
Http servlet is the sub class of Generic sevlet so all the
life cycle methods available in the generic servlets are
available to the Http servlets. Http servlets provides
methods that supports cookies,sessions etc.while generic
servlets are not. Http servlet request,Http servlet
responce methods extends generic servlet request,generic
servlet responce.
| Is This Answer Correct ? | 31 Yes | 7 No |
Post New Answer View All Answers
What is jdbc odbc in java?
Which package contains jdbc api?
What are the conditions applies to varchar variable, when using in procedures?
What does it mean to "materialize" data?
What is the feature of jdbc v4?
Which type of driver is unique in jdbc?
List some new features available in jdbc 4.0?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is database connection pooling? Advantages of using a connection pool?
How to make updates to updatable result sets in jdbc?
What does the jdbc resultsetmetadata interface?
Why should we close database connections in java?
What is the most common example type 1 driver?
What is resultset?
How to check jdbc driver version in websphere?