Difference between Generic Servlet and HTTP Servlet?
Answer Posted / shakti
1.Http servlet uses http protocol where as in generic
servlet it does not use the protocol.
2. There are two methods in Http protocol i.e doGet() and
doPost().
| Is This Answer Correct ? | 78 Yes | 10 No |
Post New Answer View All Answers
How the JDBC application works?
What are temp tables ?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What is in terms of jdbc a datasource?
What is dburl?
How to check jdbc driver version in websphere?
Why do you use a data source object for a connection?
Which database is used with java?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What packages are used by jdbc?
What are the factors that the jdbc driver performance depends upon?
What is jdbc explain?
What is the jdbc rowset?
What is the role of class.forname while loading drivers?
How MS-Access DB can be accessed over a network, using JDBC API?