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

can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


What is volatile data type?

0 Answers  


Does importing a package imports its sub-packages as well in java?

0 Answers  


What is anagram number?

0 Answers  


Where is stringbuffer stored?

0 Answers  


what is the difference between String and StringBuffer classes?

2 Answers   Infosys,


what is difference between type 4 driver and type 1 driver?

2 Answers   CMC, CTS, IBM, JK Technosoft, Napier Healthcare,


Explain Event handling in AWT?

1 Answers   Infosys, TCS,


Does list maintain insertion order java?

0 Answers  


What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.

6 Answers   iFlex, Sapient,


How to transfer data from an Applet to Servlet ?

1 Answers  


What are the differences between abstract class and interface?

0 Answers  


Categories