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

What is a jdbctemplate?

0 Answers  


Jdbc-odbc bridge is multi-threaded or not?

0 Answers  


What is JDBC PreparedStatement?

0 Answers  


How can you load the drivers?

0 Answers  


Explain about multiple implementations and drive manager?

0 Answers  






Is there any limitation for no of statments executed with in batchupdate?

2 Answers   HSBC, IBM,


What is execute in java?

0 Answers  


What is resultset in jdbc with example?

0 Answers  


What is the use of getGeneratedKeys() method in Statement?

0 Answers  


What are restrictions on triggers?

0 Answers  


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

0 Answers  


What are the main steps in java to make JDBC connectivity?

0 Answers   UGC Corporation,


Categories