In JDBC, drivers can be specified from the command line via which of the following
system properties?
A.
jdbc.drivers
B.
jdbc.newdrivers
C.
jdbc.forname
D.
class.driver
Explanation:
Quoted directly from Sun’s Java document site at
http//developer.java.sun.com/
Drivers can also be specified from the command line via the jdbc.drivers system
property, but this method requires the driver(s. to be in the classpath at compile time
java -Djdbc.drivers=DriverClassName AJavaApp