1.

What Is A Datasource?

Answer»

A DATASOURCE object is the REPRESENTATION of a data SOURCE in the Java programming language. In basic terms,

  • A DataSource is a facility for storing data.
  • DataSource can be referenced by JNDI.
  • Data Source may point to RDBMS, file System , any DBMS ETC..

A DataSource object is the representation of a data source in the Java programming language. In basic terms,



Discussion

No Comment Found