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...


What is Connection Pooling?



What is Connection Pooling?..

Answer / suraj kumar

Connection pooling is conceptually similar to any other form
of object pooling. Database connections are often expensive to
create because of the overhead of establishing a network
connection and initializing a database connection session. In
turn, connection session initialization often requires time
consuming processing to perform user authentication, establish
transactional contexts and establish other aspects of the
session that are required for subsequent database usage.
Hence, sharing of connection object helps to both alleviate
connection management overhead and decrease development tasks
for data access. The sharing and storing mechanism of
connection object is known as connection pooling.

Is This Answer Correct ?    16 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

Give me simple example of hibernate caching and explain the details of caching????? thanks in adv.

1 Answers  


How will the struts know which action class to call when you submit a form?

6 Answers   HeadStrong,


How has the sandbox changed with Java 2?

2 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods?

0 Answers  


What is the map interface?

0 Answers  


How would you create a button with rounded edges?

0 Answers  


Why is string immutable in java?

0 Answers  


how can we load a file of a user in the database table?

3 Answers   ITC Infotech,


life cycle of an applet?

3 Answers  


Describe, in general, how java's garbage collector works?

0 Answers  


Can we have more than one action servlet?

7 Answers   HP,


What are different types of layout managers in java.awt package?

3 Answers   Android, CA,


Categories