The very 1st step to use data source is to make connection with data source. Data source could be: Legacy file systemDBMSFew other data sources, with a corresponding JDBC driver For connecting an application to data source, these 2 classes are used. DriverManager: Complete implementation is provided by this class so that to make a connection b/w application and a data source, that is specified by URL of database. JDBC drivers are automatically loaded ...
License4J 4.0
Yesterday, 12:23 AM in Java Software