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
What are the jdbc api components?
How to connect multiple database in jdbc?
Explain the difference between resultset and rowset in jdbc
What is the difference between execute, executeQuery, executeUpdate?
What is JDBC Statement?
What does jdbc stand for?
What is ojdbc14 jar?
How does a file store compare with a jdbc store?
Which type of driver is unique in jdbc?
How to retrieve warnings in jdbc?
Does jpa use jdbc?
How can we store and retrieve images from the database?
How can you load the drivers?
How do I insert/update records with some of the columns having NULL value?
How can I retrieve a String or other object type without creating a new object each time?