Difference between Generic Servlet and HTTP Servlet?
Answer Posted / ramamohan reddy
Generic Servlet has init() method whereas Httpservlet
doesnot have.and Generic Servlet is the super class of the
HttpServlet.
| Is This Answer Correct ? | 46 Yes | 50 No |
Post New Answer View All Answers
What is the full form of jdbc?
Name the new features added in jdbc 4.0.
How many rowset are available in jdbc?
Why do we need a jdbcrowset like wrapper around resultset?
What are the higher level apis under development on top of jdbc currently?
What is JDBC API and when do we use it?
Describe how the jdbc application works.
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is the use of dialect?
Which jdbc driver is the fastest driver?
What port does jdbc use?
How can I connect mysql or oracle with java?
When do we get java.sql.SQLException: No suitable driver found?
What is in term of jdbc a datasource?
What are the three parts of a jdbc url?