Difference between Generic Servlet and HTTP Servlet?
Answer Posted / b.s.anand
Generic Servlet does not contain doGet() and doPost()
methods,you have to provide your own implementation of doGet
() and doPost() methods where as HttpServlet has got doGet
() and doPost() methods which you have to override in your
implemented class
| Is This Answer Correct ? | 106 Yes | 11 No |
Post New Answer View All Answers
What is ODBC and JDBC? How do you connect the Database?
Explain different types of locks in jdbc?
What is jdbc odbc bridge in java?
password, is stored in as plain text. What can I do to protect my passwords?
How MS-Access DB can be accessed over a network, using JDBC API?
What are temp tables ?
What are the flow statements of jdbc?
What is the use of statement in jdbc?
What is JDBC Batch Processing and what are it’s benefits?
Where is jdbc used?
Is oracle client required for jdbc connection?
What protocol does jdbc use?
What are the three parts of a jdbc url?
What is 2 phase commit?
How can you create jdbc statements?