
What Class.forName will do while loading drivers?

Hi friends,
The Class.forName 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.
Thanks.