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

Is jdbc database independent?

0 Answers  


i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?

8 Answers   HSBC,


Explain about the Try Block?

0 Answers  


What types of DataSource objects are specified in the Optional Package?

0 Answers  


How do you debug PL/SQL code?

1 Answers  






What is JDBC Connection? Explain steps to get Database connection in a simple java program.

0 Answers  


Which interface is responsible for transaction management in jdbc?

0 Answers  


What is a jdbc url?

0 Answers  


Which jdbc drivers will run your program?

0 Answers  


How many packages are available in jdbc api?

0 Answers  


How can I get or redirect the log used by DriverManager and JDBC drivers?

0 Answers  


What is isolation level? How to set it?

0 Answers   FGG,


Categories