JAVA JDBC Programming Question:
Download Job Interview Questions and Answers PDF
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.
Download JDBC Interview Questions And Answers
PDF
Previous Question | Next Question |
How can you load the drivers in JDBC? | How can you make the connection using JDBC? |