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 jdbc and its types?
What is jdbc dialect?
What are the standard isolation levels defined by JDBC?
What are the exceptions in jdbc?
What is connection pooling and why it is used?
Does JDBC support stored procedures?
What is @entity in java?
Does jdbctemplate use prepared statements?
What is the latest version of JDBC? What are the new features added in that?
What is jdbc odbc bridge?
What are the jdbc drivers in java?
What are the three basic components of the odbc architecture?
Why did my jdbc code throw a rollback sqlexception?
RowSetInternal caller and returns void. What can I do in the readData method?
What is jdbc in java?