What is DriverManager?

• Searches JDBC configuration file or registry to map the DSN to specific DBMS driver.
• Provides methods to loads specific driver and handles driver properties.
• Processes JDBC initialization calls.
• Provides entry point to JDBC functions for each specific driver.
• It is a class in java.sql package.

No comments:

Post a Comment