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
What are the advantages of using preparedstatement in java?
What is jdbc and its types?
Why are we using blob datatypes in jdbc?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
How do I set properties for a JDBC driver and where are the properties stored?
What do you understand by jdbc statements?
Why resultset is used in java?
What do you understand by jdbc datasource?
Prepared statements are faster. Why?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
How to check jdbc driver version in websphere?
What is transaction processing in jdbc?
What is in term of jdbc a datasource?
State the three different ways in which you can create a table?
What is the major difference between java.util.date and java.sql.date data type?