Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (13.1k points)
Can anyone help me how I can able to make JDBC connection pool in Java?

1 Answer

0 votes
by (26.7k points)

Basically, you can use third-party components like Apache2 DBCP and c3p0. You can use Apache DBCP to set the pool for javax.sql.DataSource.

I hope this will help.

Want to know more about Java? Prefer this tutorial on Learn Java.

Want to become a Java Expert? Join Java Certification now!!

Related questions

0 votes
1 answer
asked Mar 6, 2021 in Java by Jake (7k points)
0 votes
1 answer
asked Feb 23, 2021 in Java by Jake (7k points)
0 votes
1 answer

Browse Categories

...