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
Which jdbc driver type s is are the jdbc odbc bridge?
What is use of connection pooling?
How can I determine where a given table is referenced via foreign keys?
What is jdbc type?
How can I write to the log used by DriverManager and JDBC drivers?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What do you mean by odbc?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is jdbc odbc driver?
explain about special characters?
What is the role of the jdbc drivermanager class?
What are different parts of a url?
Why did my jdbc code throw a rollback sqlexception?
Explain the process of creating tables using NetBeans IDE?
How do I disallow NULL values in a table?