Exam 1z0-809 All QuestionsBrowse all questions from this exam
Question 19

Which action can be used to load a database driver by using JDBC3.0?

    Correct Answer: C

    The correct action to load a database driver by using JDBC 3.0 is to use the java.lang.Class.forName method to load the driver class. This is a standard method in older versions of JDBC for dynamically loading the JDBC driver at runtime. The Class.forName method ensures that the driver's static initializer is executed, which typically involves registering the driver instance with DriverManager.

Discussion
AVB22Option: C

Answer is correct, c

asdfjhfgjuaDCVOption: C

C is the correct answer

steefaandOption: C

C is correct.

r1muka5Option: C

Option C is correct.

WilsonKKerllOption: C

Answer is C