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 executeupdate in java?
What is jdbc explain?
What are the new features added to JDBC 4.0?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is jdbc databasemetadata interface?
Explain about Join?
What are the different types of lockings in jdbc?
What is jdbc type?
Explain about DSN?
Explain the two tier and three tier architecture of jdbc.
How many ways can you update a result set?
explain about special characters?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
How we store procedure in oralce for callable statements in jdbc
What is jdbc driver?