What is Connection Pooling ??? How we set up a particular
connection within connection pooling ????
Answer Posted / muru aingaran
Connection pooling has set of database connections which is
loaded into memory once and it will be reused tat
connection whenever the query processing required without
again reconnect the database.This is called connection
pooling.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the classes and methods used for sending sql statements to database?
What are the differences between resultset and rowset?
Does sql allow null values ?
Can I use JDBC to execute non-standard features that my DBMS provides?
What packages are used by jdbc?
What is the difference between jdbc and jndi?
What is JDBC PreparedStatement?
List the advantages of using datasource?
What is new in JDBC 2.0?
What does the jdbc connection interface?
What are the 4 types of jdbc drivers?
How do I find ojdbc jar version?
Differentiate between a statement and a preparedstatement.
What happens if connection is not closed in jdbc?
What is namedparameterjdbctemplate?