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 many types of resultset are there in jdbc?
What are the three parts of a jdbc url?
If you are truncated using JDBC, how can you that how much data is truncated?
What are jdbc and its components?
What is in term of jdbc a datasource?
What is jdbc resultsetmetadata interface?
What does setautocommit do?
How can we maintain the integrity of a database by using jdbc?
What is database deadlock ? How can we avoid them?
What is jdbc driver in java?
Does jdbctemplate close connection?
What is savepoint in jdbc?
What are the steps involved in establishing a connection using jdbc in java?
What are the packages are used in jdbc?
What are the steps required to execute a query in jdbc?