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 is jdbc drivers in java?
What are the different types of JDBC drivers?
Which database is used with java?
What do you understand by DDL and DML statements?
What are the types of jdbc drivers that exist?
Is jdbc connection secure?
What is an encrypted internet connection?
How does a custom RowSetReader get called from a CachedRowSet?
What do you understand by jdbc datasource?
What are the steps required to execute a query in jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What are the different types of classes in the api component?
What protocol does jdbc use?
Is jdbc a web technology?
How to check jdbc connection in java?