Difference between Generic Servlet and HTTP Servlet?
Answer Posted / venkata ramana chimmana
1.Http servlet uses http protocol where as in generic
servlet it does not use the protocol.This servlet we can
uses in application server and web server.This servlet also
supports the anothor protocols like Tcp-ip also.
2. There are two methods in Http protocol i.e doGet() and
doPost().This sevlet take HTTP requst only,and give Only
HTTP responce only.This type of servlets can handle only
web server.
| Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is a java driver?
What are temp tables ?
What is jdbc class forname?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What do you understand by jdbc statements?
What is the difference between client and server database cursors?
What are the components of jdbc?
How can I get information about foreign keys used in a table?
What is type 4 jdbc driver?
What is an odbc driver?
Why do we need jdbc api?
What is drivermanager in java?
How can I retrieve a String or other object type without creating a new object each time?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?