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
Which package is used for jdbc application?
Explain the locking system in jdbc?
What are different types of JDBC Drivers?
What is in terms of jdbc a datasource?
What is jdbc databasemetadata interface?
What is the use of jdbc?
What is db client?
Where jdbc drivermanager class is used?
How do I start debugging problems related to the JDBC API?
What are drivers available?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is layer in communication?
What are the steps to connect to a database in java?
What is transaction processing in jdbc?
What is createstatement method in java?