Oracle
1Z0-809 · Question #29
Which action can be used to load a database driver by using JDBC3.0?
The correct answer is D. Use the DriverManager.getDriver method to load the driver class. You've hit your session limit · resets 5:20pm (America/New_York)
Question
Which action can be used to load a database driver by using JDBC3.0?
Options
- AAdd the driver class to the META-INF/services folder of the JAR file.
- BInclude the JDBC driver class in a jdbc.properties file.
- CUse the java.lang.Class.forName method to load the driver class.
- DUse the DriverManager.getDriver method to load the driver class.
How the community answered
(25 responses)- A12% (3)
- B4% (1)
- C8% (2)
- D76% (19)
Explanation
You've hit your session limit · resets 5:20pm (America/New_York)
Community Discussion
No community discussion yet for this question.