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
Can we have foreign key reference to a non primary key column ?
What is the purpose of jdbc?
How the JDBC application works?
What is the purpose of jdbc resultset interface?
What is jdbc type?
Give an example for execution of sql statement.
What are the higher level apis under development on top of jdbc currently?
Explain the main method?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How do I find jdbc version?
What is CLOB and BLOB datatypes in JDBC?
What is jdbc connection?
What is batch processing and how to perform batch processing in jdbc?
Explain creation of statement object with connection method create method with help of an example.
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?