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 in java?
Which Java and java.sql data types map to my specific database types?
Can I get a null resultset?
What is jdbc vs odbc?
How many isolation levels are supported in JDBC and what are they?
What do you understand by jdbc driver and explain its types?
How many locking systems are there in jdbc?
what does the method Class.forName returns?
How many types of resultset are there in jdbc?
What is execute(), executeUpdate() and executeQuery() methods?
What is ojvm used for?
How can I create a custom RowSetMetaData object from scratch?