Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

9. Database Connection Pool Libraries [DBCP and C3P0]

Sumit Rawal answered on May 14, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


9. Database Connection Pool Libraries [DBCP and C3P0]

0

If you are interacting with the database from a Java application but not using database connection pool libraries, then, you are missing something.

Since creating database connections at runtime takes time and makes request processing slower, it’s always advised to use DB connection libraries. Some of the popular ones are Commons Pool and DBCP.

In a web application, its web server generally provides these functionalities, but in core Java applications, you need to include these connection pool libraries into your classpath to use the database connection pool.

If you want to learn more about JDBC and the connection pool in a web application, I suggest you take a look at the JSP, Servlets, and JDBC for Beginners: Build a Database App course by Chad Darby on Udemy.

Popularity 1/10 Helpfulness 1/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on May 14 2023
Sumit Rawal
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.