JAVA JDBC Programming Question:
What Class.forName will do while loading drivers of 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.
Previous Question | Next Question |
How can you load the drivers in JDBC? | How can you make the connection using JDBC? |