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
Why is odbc needed?
What is the fastest type of JDBC driver?
What is jdbc and odbc?
How does jdbc connect to database?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
How we store procedure in oralce for callable statements in jdbc
What is represented by the connection object?
Explain the JDBC Architecture?
Explain the life cycle of jdbc.
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
What is a lock in jdbc?
What are the types of statements in jdbc?
How to rollback a JDBC transaction?
What is resultset in jdbc with example?