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 types of jdbc drivers that exist?
What are the 4 types of jdbc drivers?
How can we disable a constraint ?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is JDBC Savepoint? How to use it?
What does the jdbc driver interface do?
What is @entity in java?
What is xe in oracle jdbc url?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
How many types of statements are there in jdbc?
List the common jdbc exceptions ?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is jdbc architecture in java?
How we store procedure in oralce for callable statements in jdbc
What are the new features available in jdbc 4.0?