|
What are collection pools? What are the advantages?
Java database interview questions
(Continued from previous question...)
14. What are collection pools? What are the advantages?
A connection pool is a cache of database connections that is maintained in memory, so that the connections may be reused
(Continued on next question...)
Other Interview Questions
|