Home / CSE MCQs / JDBC :: Discussion

Discussion :: JDBC

  1. When the message "No Suitable Driver" occurs?
  2. A.
    When the driver is not registered by Class.forname() method
    B.
    When the user name, password and the database does not match
    C.
    When the JDBC database URL passed is not constructed properly
    D.
    When the type 4 driver is used

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment