Definition for connection pooling?

Answer Posted / rp

Connection pooling is a technique to allow multiple clients
to share a cached
set of connection objects that provide access to a database
resource.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why set do not allow duplicates in java?

581


Why you should not use singleton?

542


How to sort a collection of custom Objects in Java?

600


What does math floor () do?

555


What is an escape character in java?

533






What is a heavyweight component?

542


How do you override a method?

551


What is class forname used for?

541


What is a nested class?

594


How to sort numbers in java without array?

532


Differentiate between a constructor and a method? Can we mark constructors final?

678


design an lru cache in java?

545


What are thread local variables?

552


Explain public static void main(string args[]) in java.

534


What are the approaches that you will follow for making a program very efficient?

650