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 use JDBC to execute non-standard features that my DBMS provides?
What does executeupdate return in jdbc?
Explain the main method?
Result set’s index starts with 0 or 1?
Compare jdbc and odbc and how is jdbc required in this context.
Is jdbc a protocol?
What is an escape syntax?
What does jdbc stand for?
Explain about Join?
Is java a database?
What is execute in java?
What is a jdbc url?
What is statement and preparedstatement in java?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What does setautocommit do?