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 are different types of ResultSet?
What is ojdbc?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is an encrypted internet connection?
What is jdbc in java?
What are the different types of drivers under jdbc?
What is dburl?
What is use of connection pooling?
Why resultset is used in java?
How many ways can you update a result set?
If you are truncated using JDBC, how can you that how much data is truncated?
Explain about Join?
What class.forname does, while loading the drivers?
What is transaction processing in jdbc?
Is jdbc an api?