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 meant by connection pooling?

Answers were Sorted based on User's Feedback



what is meant by connection pooling?..

Answer / sknkarthik

connection pooling is collection of data base collection
that are opend once and loded in to the memory. so these
connection can reuse without reconnect in to the dbms

Is This Answer Correct ?    5 Yes 0 No

what is meant by connection pooling?..

Answer / mayilvahanan

Connection pooling is the proper way of handling a database
connection.

Is This Answer Correct ?    4 Yes 1 No

what is meant by connection pooling?..

Answer / guest

Pre creation of connection objects ,by using jndi
or
implementing our own method()

Is This Answer Correct ?    3 Yes 1 No

what is meant by connection pooling?..

Answer / bawa

<<collection of data base collection>> should be corrected as "collection of data base connections"

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

What is jdbc in java?

0 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  


Can I get a null resultset?

0 Answers  


What is jdbc vs odbc?

0 Answers  


How many isolation levels are supported in JDBC and what are they?

1 Answers  


What do you understand by jdbc driver and explain its types?

0 Answers  


How many locking systems are there in jdbc?

0 Answers  


what does the method Class.forName returns?

4 Answers   Siemens, TCS,


How many types of resultset are there in jdbc?

0 Answers  


What is execute(), executeUpdate() and executeQuery() methods?

10 Answers  


What is ojvm used for?

0 Answers  


How can I create a custom RowSetMetaData object from scratch?

0 Answers  


Categories