What is connection pooling? What Method and class used for
Connection pooling in Java?
Answer Posted / krishna priya
Connection pool is pool of connections where we can get ready made connections instead of creating every time. After using this connection object from pool these are replaced.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is jdbc odbc?
What is a jdbc connection pool?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What are the steps involved in establishing a connection using jdbc in java?
What are the exceptions in jdbc?
Explain about Join?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is db client?
What is executeupdate in java?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is the meaning of “dirty read” in the database?
How to check jdbc connection in java?
What is the difference between executing, executequery, executeupdate in jdbc?
Does jdbc use ssl?