Friday, March 13, 2009

What Class.forName will do while loading drivers (JDBC)

Question :What Class.forName will do while loading drivers? (JDBC)
Answer :It is used to create an instance of a driver and register it with the
DriverManager. When you have loaded a driver, it is available for making a
connection with a DBMS.

No comments: