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 are the main steps in java to make JDBC connectivity?
What do you mean by batch processing in jdbc?
What is a datasource in java?
What is the return type of class.forname() method?
What are the different types of JDBC drivers?
Why is jdbc used?
Where is mysql jdbc driver located?
What is jdbc driver in java?
What is ojdbc14 jar?
Does jdbctemplate close connection?
What is JDBC Savepoint? How to use it?
What is sqlwarning and discuss the procedure of retrieving warnings?
What is JDBC ResultSet?
Name the types of jdbc drivers.
What is a jdbc connection string?