CIW
1D0-441 · Question #133
What method for loading a JDBC driver facilitates version updates and is supported by both applications and applets?
The correct answer is D. Dynamically load the driver using the Class.forName method. See the full explanation below for the reasoning.
Question
What method for loading a JDBC driver facilitates version updates and is supported by both applications and applets?
Options
- AUse the jdbc.drivers system property.
- BExplicitly instantiate the JDBC driver class.
- CUse the DriverManager.loadDriver method.
- DDynamically load the driver using the Class.forName method.
How the community answered
(41 responses)- A2% (1)
- B10% (4)
- C2% (1)
- D85% (35)
Community Discussion
No community discussion yet for this question.