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 metadata in programming?
What are the jdbc drivers in java?
What is difference between jdbc and odbc?
What is url in jdbc connection?
How the JDBC application works?
What is the difference between client and server database cursors?
What are the steps involved in establishing a connection using jdbc in java?
What does the jdbc databasemetadata interface?
What is new in JDBC 2.0?
What is the benefit of having jdbcrowset implementation?
How does a custom RowSetReader get called from a CachedRowSet?
How to make updates to updatable result sets in jdbc?
Which is faster jdbc or odbc?
What are the different types of statements in jdbc?
Name the types of jdbc drivers.