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


Please Help Members By Posting Answers For Below Questions

Why do we need jdbc driver?

476


How do I know which jdbc driver to use?

596


What is layer in communication?

462


What is correlated subquery?

1741


Explain different types of locks in jdbc?

511






What is resultset in jdbc with example?

493


What is jdbc in java?

489


What is type 4 jdbc driver?

480


Which interface handles transaction management in jdbc?

566


How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?

587


How to know howmuch data is truncated?

1915


What are the higher level apis under development on top of jdbc currently?

487


Is jdbc object oriented?

500


How can I retrieve a String or other object type without creating a new object each time?

577


What is the use of the statement in jdbc?

491