Java Database Connectivity Question:

What is a data source (DS)?

Tweet Share WhatsApp

Answer:

A DataSource class brings another level of abstraction than directly using a connection object. Data source can be referenced by JNDI. Data Source may point to RDBMS, file System , any DBMS etc.

Download Java Database PDF Read All 15 Java Database Questions
Previous QuestionNext Question
What is the normal procedure followed by a java client to access the db?What are collection pools? What are the advantages?