forName() method of "Class" class is used to register the driver class - Core Java
Q. Which method of 'Class' class is used to register the driver class and the method is used to dynamically load the driver class?- Published on 15 Jul 15a. forName()
b. getConnection()
c. createStatement()
d. executeQuery()
ANSWER: forName()