InterviewSolution
Saved Bookmarks
| 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 |
|