JAVA JDBC Programming Question: Download JDBC PDF

What Class.forName will do while loading drivers of JDBC?

Tweet Share WhatsApp

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.

Download JDBC PDF Read All 19 JDBC Questions
Previous QuestionNext Question
How can you load the drivers in JDBC?How can you make the connection using JDBC?