Java Database Connectivity Question:
Download Questions PDF

What are collection pools? What are the advantages?

Answer:

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

Download Java Database Interview Questions And Answers PDF

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