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
What are the advantages of using jdbc datasource?
What is jdbc connection interface?
Why do I have to reaccess the database for Array, Blob, and Clob data?
How many types of jdbc drivers are available?
Does jdbc require oracle client?
What does connection pooling mean ?
What is a rollback in jdbc?
What are devices?
Why prepared statements are faster?
What are the exceptions in jdbc?
Why do we need jdbc driver?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is jdbc driver manager?
What is database connection pooling? Advantages of using a connection pool?
What is connection commit?