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 are Benefits of Connection Pooling?

Answer Posted / suraj kumar

1. Connection pooling can improve the response time of any
application that requires connections, especially Web-based
applications.
2. The characteristics of the pool can be changed without
affecting the application (e.g pointing to different vendor's
database (Oracle, MySQL) without changing any code)

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a static and a non-static inner class?

1212


Name three component subclasses that support painting?

1126


Difference between new operator and class.forname().newinstance()?

1183


Explain RMI Architecture?

1154


When a thread blocks on i/o, what state does it enter?

1158


Why a component architecture for the java platform?

1315


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1890


Explain the advantages and disadvantages of detached objects.

1079


What are externizable interface?

1113


What is the argument type of a programs main() method?

1170


What is the purpose of the wait() method?

1288


What is RMI and what are the services in RMI?

1250


Why a client should be multithreading? Explain.

1134


How database connectivity in XML is achieved?

2288


Why are my checkboxes not being set from on to off?

1183