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
What does connection pooling mean ?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What is a jdbc connection string?
What are the main steps in java to make JDBC connectivity?
What is the difference between execute, executeQuery, executeUpdate?
When do we use execute method in java jdbc?
Is possible to open a connection to a database with exclusive mode with JDBC?
What is jdbc and why is it required?
How can I create a custom RowSetMetaData object from scratch?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Explain the difference between resultset and rowset in jdbc
What is the purpose of jdbc?
Why do you use a data source object for a connection?
What is the benefit of having jdbcrowset implementation?
What is metadata in jdbc?