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

What is the use of getGeneratedKeys() method in Statement?

542


Is oracle client required for jdbc connection?

511


What is the meaning of “dirty read” in the database?

572


What is new in JDBC 2.0?

585


What is a lock in jdbc?

552






What are the basic exceptions in jdbc?

542


What are dml and ddl?

548


Is jdbc database independent?

509


What is java soft framework?

561


Give an example for getXXX method?

569


What driver should I use for scalable Oracle JDBC applications?

513


How can you create jdbc statements?

541


What are the main steps in java to make JDBC connectivity?

584


Explain about DSN?

545


Name different methods for getting streams.

553