Answer Posted / hariom rao(knowx)
This will give you acess to a collection of already opened
database connections,which will reduce the time it takes to
service a request,and u can service n number of requests at
once.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Why do we need jdbc driver?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is the use of jdbc api?
Explain the various types of locking system in jdbc?
Differentiate between a statement and a preparedstatement.
Is odbc an api?
What is meant by jdbc and odbc?
Why “no suitable driver” error occurs?
Why isn't the java.sql.DriverManager class being found?
What is ojdbc?
What are the different types of drivers under jdbc?
What are the steps to connect to a database in java?
What is a rollback in jdbc?
Does jdbc use odbc?