Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Definition for connection pooling?

Answers were Sorted based on User's Feedback



Definition for connection pooling?..

Answer / sadananda nayak

Connection pooling is a mechanism, it contains multiple database connections and store in a cache for use and reuse.

Is This Answer Correct ?    3 Yes 0 No

Definition for connection pooling?..

Answer / 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

Definition for connection pooling?..

Answer / anil

DataSource provided connections are called as connection pooling. Its connections are re-usability. It create the connections and keep it in cache memory.

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More Core Java Interview Questions

What will happens if you opened Internet Explorer 4 times?

2 Answers  


C and C++ has constructors and distructors, why does Java does not have distructors?

1 Answers   T3 Softwares,


What do negative exponents mean?

0 Answers  


Can there be an abstract class with no abstract methods in it?

1 Answers  


java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.

7 Answers   HCL, Wipro,


What is called module?

0 Answers  


what is the difference between object and class

10 Answers   IBM,


what modifiers are used with top-level class?

2 Answers  


where u use Abstraction and Interface in real time

3 Answers   Sonata,


Which is better singleton or static class?

0 Answers  


What is Ideal Design of Class?

2 Answers  


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


Categories