What is Connection Pooling ??? How we set up a particular
connection within connection pooling ????

Answers were Sorted based on User's Feedback



What is Connection Pooling ??? How we set up a particular connection within connection pooling ????..

Answer / muru aingaran

Connection pooling has set of database connections which is
loaded into memory once and it will be reused tat
connection whenever the query processing required without
again reconnect the database.This is called connection
pooling.

Is This Answer Correct ?    11 Yes 0 No

What is Connection Pooling ??? How we set up a particular connection within connection pooling ????..

Answer / guest

06


Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More JDBC Interview Questions

What is two-phase commit in the database?

0 Answers  


What is an advantage of using the jdbc connection pool?

0 Answers  


How do you create Connection?

5 Answers   HCL,


how can we get the metaData (columnNames) from a table which has no Records..

2 Answers  


How is database middleware used to access legacy databases?

1 Answers  






What are 4 drivers available in JDBC? At what situation are four of the drivers used?

0 Answers  


What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

0 Answers  


How many jdbc driver types are there?

0 Answers  


What are JDBC statements?

2 Answers  


How to execute bulk number of queries at once?

3 Answers   Wipro,


How MS-Access DB can be accessed over a network, using JDBC API?

0 Answers  


Categories