Home » JAVA Programming » Java Basic » Question
  1. Which of the following is advantage of using JDBC connection pool?
    1. Better performance
    2. Using less memory
    3. Using more memory
    4. Slow performance
    5. 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.



Your comments will be displayed only after manual approval.