Home / CSE MCQs / JDBC :: Discussion

Discussion :: JDBC

  1. Which of the following methods are needed for loading a database driver in JDBC?
  2. A.
    registerDriver() method
    B.
    Class.forName()
    C.
    Both A and B
    D.
    getConnection()

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment