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
Compare jdbc and odbc and how is jdbc required in this context.
Why hibernate is better than jdbc?
What are the exceptions in jdbc?
What do you mean by batch processing in jdbc?
What does it mean to "materialize" data?
Why do we need jdbc?
What is database connection pooling? Advantages of using a connection pool?
What is drivermanager in jdbc?
What is jdbc oracle thin?
What is resultset in jdbc with example?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
How can we set null value in jdbc preparedstatement?
What is meant by dao?
What do you understand by jdbc statements?
What causes no suitable driver error?