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 is 2 phase commit?
What is jdbc odbc?
What is use of connection pooling?
Explain the life cycle of jdbc.
Does jdbc use odbc?
Explain the locking system in jdbc?
Write an sql to find all records having all numeric characters in a field ?
How can we store the file in the oracle database?
What are the three basic components of the odbc architecture?
How many types of jdbc drivers are there?
What is resultset?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How to know howmuch data is truncated?
Why we use while rs next ())?