Difference between Generic Servlet and HTTP Servlet?
Answer Posted / guest
Generic servlet is Protocol independent
HTTP Servlet is protocol dependent
| Is This Answer Correct ? | 157 Yes | 9 No |
Post New Answer View All Answers
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is savepoint in jdbc?
How can you create jdbc statements?
What is meant by dao?
Which type of driver is unique in jdbc?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Can I get a null resultset?
Is jdbc secure?
What are the packages are used in jdbc?
What is resultset?
Explain the locking system in jdbc & its types?
How many rowset are available in jdbc?
What are the common JDBC problems that you got and how do you solved them?
What is jdbc and explain jdbc architecture?
What happens if we don't close the connection in jdbc?