what is meant by connection pooling?

Answers were Sorted based on User's Feedback



what is meant by connection pooling?..

Answer / sknkarthik

connection pooling is collection of data base collection
that are opend once and loded in to the memory. so these
connection can reuse without reconnect in to the dbms

Is This Answer Correct ?    5 Yes 0 No

what is meant by connection pooling?..

Answer / mayilvahanan

Connection pooling is the proper way of handling a database
connection.

Is This Answer Correct ?    4 Yes 1 No

what is meant by connection pooling?..

Answer / guest

Pre creation of connection objects ,by using jndi
or
implementing our own method()

Is This Answer Correct ?    3 Yes 1 No

what is meant by connection pooling?..

Answer / bawa

<<collection of data base collection>> should be corrected as "collection of data base connections"

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

Compare jdbc and odbc and how is jdbc required in this context.

0 Answers  


How can I write to the log used by DriverManager and JDBC drivers?

0 Answers  


What is a merge field?

0 Answers  


Difference between Dirty, commited ,phantom,repeatable reads?

3 Answers  


How can I retrieve a String or other object type without creating a new object each time?

0 Answers  






What is transaction processing in jdbc?

0 Answers  


What are the different types of JDBC drivers?

0 Answers  


What is setautocommit in jdbc?

0 Answers  


how to prevent finally block from execution

4 Answers   Bosch,


What is the use of dialect?

0 Answers  


Is possible to open a connection to a database with exclusive mode with JDBC?

0 Answers  


What are the sailent features of JDBC 2.0?

7 Answers  


Categories