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

Explain Connection Pooling?

Answer Posted / p.nandakishore

the most time consuming process when we work with a
database is to create a connection object. when application
goes out of scope the object becomes a candidate for
grabage collector. every time we create and every it will
be destroyed. this as effect on a distributed application,
where n no clients are waiting for the response. Connection
pooling is a concept of object reusability.This is a
service provided by application servers.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What methodology can be utilized to link to a database?

1007


What is the format specifier?

987


What is e java?

1164


Why is java architectural neutral?

1160


What are the types of arrays in java?

1133


What are the uses of java?

1135


What is a predicate method?

1061


How many arguments can be passed to main ()?

1041


What is run time allocation?

1075


How objects of a class are created if no constructor is defined in the class?

1120


Which is better 64 bit or 32 bit?

981


Can a static class implement an interface?

1186


What is multithreading and its advantages?

1125


How to handle a web browser resize operation?

1126


What is difference between calling start() and run() method of thread?

1205