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
Give an example of code used for setting up connection with a driver.
What is jdbc and jdbc drivers?
How many types of JDBC Drivers are present and what are they?
Why do we use jdbc?
What is the difference between jdbc and jndi?
What is savepoint in jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?
What is connection data?
Explain the main method?
What is jdbc and why is it required?
What is the use of dialect?
What is jdbc odbc in java?
How to connect html page to database using jdbc?
How do I check in my code whether a maximum limit of database connections have been reached?
What do you understand by DDL and DML statements?