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 is jdbc architecture in java?
What is jdbc and odbc?
Why prepared statements are faster?
Which is faster jdbc or odbc?
How do we load the drivers?
What are cursor attributes?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What are the different types of locking in JDBC?
What is JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
How to store images in database?