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 addbatch jdbc?
What does jdbc setmaxrows method do?
What protocol does jdbc use?
What are types of resultset?
What is namedparameterjdbctemplate?
How many types of jdbc drivers are available?
What is use of connection pooling?
What is the use of dialect?
What causes no suitable driver error?
What are the classes and methods used for sending sql statements to database?
How can I connect mysql or oracle with java?
What do you mean by database connection pooling?
What is resultset in jdbc with example?
Does jdbc use ssl?
What are jdbc and its components?