Java Database Connectivity Question:

What are collection pools? What are the advantages?

Java Database Interview Question
Java Database Interview Question

Answer:

A connection pool is a cache of database connections that is maintained in memory, so that the connections may be reused


Previous QuestionNext Question
What is a data source (DS)?How do you get Column names only for a table (SQL Server)?