Tuesday, November 29, 2011

Explain about the drive manager class working?

To manager a set of drivers available to JDBC a driver manager class needs to work with Driver interface. When a client requests for a specific connection by providing a URL it is the responsibility of driver manager to find a driver which can recognize that particular URL and that URL should be used for connecting to a database.
Category:JDBC Interview Questions

No comments:

Post a Comment