CIW
1D0-441 · Question #61
Which of the following statements is true of JDBC URLs?
The correct answer is B. A JDBC URL specifies the location of both a database and a driver that will be used to connect to. See the full explanation below for the reasoning.
Question
Which of the following statements is true of JDBC URLs?
Options
- AThe jdbc:subprotocol:subname form of a JDBC URL is prescribed by the JDBC specification and
- BA JDBC URL specifies the location of both a database and a driver that will be used to connect to
- CJDBC URLs are parsed by a driver manager.
- DThe JDBC URL specifies the location of a database, but includes no driver-specific information.
How the community answered
(26 responses)- A8% (2)
- B73% (19)
- C15% (4)
- D4% (1)
Community Discussion
No community discussion yet for this question.