1.

What Class.forname Will Do While Loading Drivers?

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.

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.



Discussion

No Comment Found