------- Which of the following methods are needed for loading a database driver in JDBC? - Find The Answeres -->

Which of the following methods are needed for loading a database driver in JDBC?

A.     registerDriver() method
B.     Class.forName()
C.     Both A and B
D.     getConnection()

Ans:  C