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 is ojdbc?
What is jdbc and odbc in java?
What is jdbc odbc in java?
How to test jdbc connection to sql server?
Give an example for execution of sql statement.
What is the role of jdbc drivermanager class?
Which type of driver provides jdbc access via one or more odbc drivers?
What is the advantage of namedparameterjdbctemplate?
What is jdbc url for mysql?
How do you determine the sensitivity of the ResultSet object?
What are four types of JDBC driver?
What is database connection pooling? Advantages of using a connection pool?
Does jdbctemplate close connection?
What are common JDBC Exceptions?
What is the difference between jdbc and jndi?