What is database connection pooling? Advantages of using a connection pool?



What is database connection pooling? Advantages of using a connection pool?..

Answer / Rahul Jain

Database connection pooling is a technique for reusing preallocated database connections instead of establishing a new connection each time one is needed. This reduces the overhead involved in creating and closing database connections, thereby improving performance. Advantages of using a connection pool include faster response times, reduced memory usage, and more efficient use of network resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

What is jdbc url for mysql?

1 Answers  


Name the types of jdbc drivers.

1 Answers  


What happens if connection is not closed in jdbc?

1 Answers  


Explain what should be done when a SQL exception is raised?

1 Answers  


What type of driver you use in real-time projects?

3 Answers  


Why would you use setautocommit(false) in jdbc?

1 Answers  


Where is mysql jdbc driver located?

1 Answers  


What is de-normalization?

1 Answers  


How many categories of jdbc drivers are there?

1 Answers  


What is JDBC RowSet? What are different types of RowSet?

1 Answers  


What is the full form of jdbc and what is its purpose?

1 Answers  


What is 2-tier and 3-tier architecture?

1 Answers   TCS,


Categories