what is meant by connection pooling?
Answers were Sorted based on User's Feedback
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 |
Answer / mayilvahanan
Connection pooling is the proper way of handling a database
connection.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / guest
Pre creation of connection objects ,by using jndi
or
implementing our own method()
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / bawa
<<collection of data base collection>> should be corrected as "collection of data base connections"
| Is This Answer Correct ? | 0 Yes | 1 No |
What type of driver you use in real-time projects?
What are static and dynamic queries?
Which is better odbc or jdbc?
Give an example for execution of sql statement.
How can I manage special characters when I execute an insert query?
Which jdbc driver is the fastest driver?
How is database middleware used to access legacy databases?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
How can you sort dates?
What are the main steps in java to make JDBC connectivity?
Why do we need jdbc api?
How do you know which driver is connected to a database?