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
Why “no suitable driver” error occurs?
Is jdbc part of j2ee?
What packages are used by jdbc?
How do we call a stored procedure from jdbc?
Define preparedstatement.
What is jdbc odbc in java?
What is a jdbc connection?
Which type of driver provides jdbc access via one or more odbc drivers?
Which is better jpa or jdbc?
What is device controller?
Explain the difference between inner and outer join ?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
please tell me the name and url path for type-4 driver ?
What do you understand by DDL and DML statements?
What is jdbc and its advantages?