Difference between Generic Servlet and HTTP Servlet?
Answer Posted / ashwitha
generic is protocol independent and HTTPservlet is a protocol dependent.
Generic cannot handle cookie and URLRewriting whereas HTTP servlet can.
In generic servlet without having service()cannot deploy the servlet whereas in HTTP servlet without having service() can deploy.
Generic implements from servlet and servletConfig interfaces whereas HTTP extended from generic servlet.
Generic overrides service() whereas HTTP overrides do****().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain in detail about JDBC and its general features?
Why would you use setautocommit(false) in jdbc?
Why is jdbc needed?
What are temp tables ?
What is the difference between client and server database cursors?
What is new in JDBC 2.0?
How do I know which jdbc driver to use?
How can we store and retrieve images from the database?
What is jdbc databasemetadata interface?
What does jdbc setmaxrows method do?
How to use JDBC API to call Stored Procedures?
What is odbc jdbc?
How can I get or redirect the log used by DriverManager and JDBC drivers?
How do I disallow NULL values in a table?
What are the types of jdbc drivers that exist?