ExamQuestions.com

Register
Login
Java SE 8 Programmer II Exam Questions

Oracle

Java SE 8 Programmer II

45 / 130

Question 45:

Which statement is true about the DriverManager class? 

Answer options:

A. It returns an instance of database.
B. It executes SQL statements against the database.
C. It loads the database driver class mentioned in the jdbc.drivers property
D. it is written by different vendors for their specific database.