-
Which of the following is advantage of using JDBC connection pool?
-
- Better performance
- Using less memory
- Using more memory
- Slow performance
- None of these
Correct Option: A
Since the JDBC connection takes time to establish. Creating connection at the application start-up and reusing at the time of requirement, helps performance of the application.