|
What is a data source?
Java database interview questions
(Continued from previous question...)
13. What is a data source?
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.
(Continued on next question...)
Other Interview Questions
|