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
What is JDBC RowSet? What are different types of RowSet?
Explain how to make updates to the updatable resultsets.
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
Jdbc-odbc bridge is multi-threaded or not?
Explain the process of creating tables using NetBeans IDE?
What are the higher level apis under development on top of jdbc currently?
What is statement and resultset in jdbc?
Is jdbc secure?
What is ojdbc?
Why do we need jdbc api?
Why do we need a jdbcrowset like wrapper around resultset?
Explain the difference between resultset and rowset in jdbc
What is jdbc driver?
What are the main steps in java to make JDBC connectivity?
How you restrict a user to cut and paste from the html page using java programing?