DEVFYI - Developer Resource - FYI

What Class.forName will do while loading drivers?

JSP Interview Questions and Answers


(Continued from previous question...)

15. What Class.forName will do while loading drivers?

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.

(Continued on next question...)

Other Interview Questions