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 the role of class.forname while loading drivers?
What is data source in java?
What is JDBC Statement?
What is the difference between jdbc and odbc?
Where jdbc drivermanager class is used?
How many packages are available in jdbc api?
Explain the steps in writing a java program using jdbc?
What is the JDBC?
What does executequery return in java?
What are the considerations for deciding on transaction boundaries?
Where can I find info, frameworks and example source for writing a JDBC driver?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is ojdbc?
What is jdbc in dbms?
What is jdbc architecture in java?