Discussion :: JDBC
- What is, in terms of JDBC, a DataSource?
A.
A DataSource is the basic service for managing a set of JDBC drivers
|
B.
A DataSource is the Java representation of a physical data source
|
C.
A DataSource is a registry point for JNDI-services
|
D.
A DataSource is a factory of connections to a physical data source
|
Answer : Option D
Explanation :
Be The First To Comment