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 will happen when ResultSet is not closed?
Under what circumstances, that all four drivers are used?
Why do we need jdbc?
What is the exception thrown by JDBC ?
What are the differences between setmaxrows(int) and setfetchsize(int)?
How can we disable a constraint ?
What happens if we don't close the connection in jdbc?
What are static and dynamic queries?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
How MS-Access DB can be accessed over a network, using JDBC API?
What is jdbc thin client?