what is connection pooling with example?

Answer Posted / rakesh

Connection pooling means that connections are reused rather
than created each time a connection is requested. To
facilitate connection reuse, a memory cache of database
connections, called a connection pool, is maintained by a
connection pooling module as a layer on top of any standard
JDBC driver product.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does finally block differ from finalize() method?

578


Can subclass overriding method declare an exception if parent class method doesn't throw an exception?

499


Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

827


Is 0 a real number?

581


how can you catch multiple exceptions in java?

539






Tell me a few examples of final classes defined in Java API?

557


What is int argc char * argv?

562


Why java is called not pure object oriented language?

570


Can we execute a program without main() method?

526


What is method overloading in JAVA? Why is it not present in C ?

584


How to make a write-only class in java?

570


whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net

1655


Where are variables stored?

546


What are parsing rules?

495


What is the purpose of the main method?

538