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
Name the new features added in jdbc 4.0.
What is java soft framework?
Explain the two tier and three tier architecture of jdbc.
What do you mean by batch processing in jdbc?
What are different types of ResultSet?
How to set NULL values in JDBC PreparedStatement?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What is jdbc and why is it required?
What are drivers available?
How we store procedure in oralce for callable statements in jdbc
What is a jdbc driver and how many jdbc drivers are available?
Why hibernate is better than jdbc?
Explain the necessary steps to connect to the database in java?
What is JDBC Driver interface?
Explain about column name and getter method?