1.

Which of the following is advantage of using JDBC connection pool?(a) Slow performance(b) Using more memory(c) Using less memory(d) Better performanceI had been asked this question in semester exam.Query is from JDBC topic in section Java Beans & JDBC of Java

Answer»

The correct choice is (d) BETTER performance

To EXPLAIN I would say: 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.



Discussion

No Comment Found

Related InterviewSolutions